-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
token manager: state caching, loading indicator and init (#845)
* token-manager: use externals and init for caching * Use updated API which expects an object for every external contract * Use cached state in init to prevent request * Add syncing states (faked for now) * Reduce sync status in background script * Update apps/token-manager/app/src/script.js Co-Authored-By: Brett Sun <[email protected]> * Remove unneeded import * Handle custom events before contract events * Upgrade aragon ui * Token Manager: fix loading indicator not being shown when syncing * Token Manager: only use the SyncIndicator for the loading states (#873) * Token Manager: fix lint * Token Manager: update @aragon/api dependencies * Cosmetic changes to code * Add comment about balances * Use a boolean for loading indicator * Upgrade @aragon/ui to 0.40.1
- Loading branch information
Showing
6 changed files
with
97 additions
and
92 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
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