-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move some settings in to menus (#885)
* ui: ui updates from bloom-ui * fix: toggle width in status tile * upgrade bloom-ui to 0.15.4 * fixes for update * enhancement: sync accounts in account menu * fix: move settings to menu --------- Co-authored-by: Tuditi <[email protected]>
- Loading branch information
1 parent
43e0a09
commit f36c2fb
Showing
16 changed files
with
90 additions
and
122 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
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
File renamed without changes.
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
35 changes: 0 additions & 35 deletions
35
packages/desktop/views/dashboard/developer/components/RefreshTokenMetadataButton.svelte
This file was deleted.
Oops, something went wrong.
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
16 changes: 0 additions & 16 deletions
16
packages/desktop/views/dashboard/settings/views/advanced/WalletFinder.svelte
This file was deleted.
Oops, something went wrong.
3 changes: 1 addition & 2 deletions
3
packages/desktop/views/dashboard/settings/views/advanced/advanced-settings.constant.js
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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
import { WalletFinder, HiddenAccounts, DeveloperToggle } from '.' | ||
import { HiddenAccounts, DeveloperToggle } from '.' | ||
import { AdvancedSettingsRoute } from '@core/router' | ||
|
||
export const ADVANCED_SETTINGS = [ | ||
{ component: WalletFinder, childRoute: AdvancedSettingsRoute.WalletFinder, requiresLogin: true }, | ||
{ component: HiddenAccounts, childRoute: AdvancedSettingsRoute.HiddenAccounts, requiresLogin: true }, | ||
{ component: DeveloperToggle, childRoute: AdvancedSettingsRoute.DeveloperToggle, requiresLogin: true }, | ||
] |
1 change: 0 additions & 1 deletion
1
packages/desktop/views/dashboard/settings/views/advanced/index.js
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export { default as DeveloperToggle } from './DeveloperToggle.svelte' | ||
export { default as HiddenAccounts } from './HiddenAccounts.svelte' | ||
export { default as WalletFinder } from './WalletFinder.svelte' | ||
|
||
export * from './advanced-settings.constant' |
32 changes: 10 additions & 22 deletions
32
packages/desktop/views/dashboard/wallet/tab-section/TabSection.svelte
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.