add aggregated dashboard mode and account switcher - #32
Merged
Conversation
Signed-off-by: rx18-eng <remopanda78@gmail.com>
Priceless-P
requested changes
Jul 24, 2026
Priceless-P
left a comment
Collaborator
There was a problem hiding this comment.
- Don't show sub account nav item for a subaccount.
- After switching, if the user previously in sub account page or any other restricted page and switches, it should redirect to home
- Error in generated btc page in aggregated view, please check
- Subaccounts should not be able to change btc address, update password or reset 2fa
- Aggregated mode can get stuck when there are no subaccounts because the exit button disappears. Only turn it on when subaccounts actually exist.
- The aggregated Workers page excludes the main account’s workers. It should combine workers from the main account and all subaccounts.
- In aggregated mode, the home page mining charts still shows only the main account hashrate
…ccess Signed-off-by: rx18-eng <remopanda78@gmail.com>
Priceless-P
approved these changes
Jul 27, 2026
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.
Adds an aggregated dashboard mode: a toggle that lets the main account view combined stats across every sub-account on Home, Workers, Payouts, and Generated BTC, plus a sidebar switcher to drill into one sub-account directly.
Also fixes the Workers and Payouts mobile views, which were never actually building a mobile card layout despite the design calling for one (the same gap I'd just caught while doing Generated BTC).
Verification
typecheck,lint, andbuildall clean.Also caught and fixed two bugs while testing the full flow:
Not in this PR