refactor(frontend): clean up sidebar header (#33)#36
Open
markoceri wants to merge 1109 commits into
Open
Conversation
… performance trackers factories
…ionServiceInterface
- Implemented PerformanceTrackerConfigForm.vue for configuring performance tracker settings. - Created PerformanceTrackerFormModal.vue for adding and editing performance trackers. - Defined performance tracker models in performanceTracker.ts. - Developed PerformanceTrackerService for API interactions related to performance trackers. - Established performanceTrackerStore for state management of performance trackers. - Added PerformanceTrackersSettingsView.vue for managing performance trackers in the settings. - Integrated performance tracker loading and filtering logic in the settings view. - Updated router to include performance trackers settings route. - Enhanced existing settings view to load performance trackers on mount.
…nd remove HashRate
…r enhanced mining performance tracking
…th mining_performance
…ce tracker_current_hashrate references
…ormance tracking with caching and backoff
…te-limiting for API calls
…iting for API calls
…nds and API router
…payout information
…esponse structure and payout policy
…payments and remove threshold configuration
Remove submodule-related logic from scripts (switch_branch.sh, update.sh). Update README with monorepo layout description.
Move shared configs to root (.pre-commit-config.yaml, CONTRIBUTING.md, DEVELOPMENT_WORKFLOW.md, DEV_TOOLS.md). Remove redundant Dockerfiles from core/ and frontend/. Add .dockerignore, update Makefile, Dockerfile, compose.yaml, and vite.config.ts for monorepo layout. Rename core/compose.yaml to core/compose.dev.yaml.
…tory setup instructions
…development environment and Docker commands
…backend for version providing
Remove the "Edge Mining" text label and the commented-out username placeholder from the sidebar header so only the logo remains, then left-align the logo with the menu items below and refine the green glow so it originates from the logo area. Closes edge-mining#33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #33
Test plan
npm run devinfrontend/and verify:npm run buildsucceeds.