-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: more account management wiring (#6780)
* feat: auto-toggle account rows based on redux state * feat: wire up account toggle to import accounts list * feat: wire up imported accounts to portfolio slice * chore: clean up return type of account management queries * feat: load all accounts up to last enabled account, plus 1 * feat: wire up disabledAcountIds to portfolio selectors * fix: tests * chore: actioned code review feedback * chore: rename disabledAccountIds to hiddenAccountIds * chore: disabledProp with an s
- Loading branch information
1 parent
3dd73f2
commit 71d0bc7
Showing
9 changed files
with
176 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,4 +57,5 @@ export const migrations = { | |
47: clearAssets, | ||
48: clearAssets, | ||
49: clearAssets, | ||
50: clearPortfolio, | ||
} |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.