-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: speed up initial page load (#566)
* refactor: prepare removing display request * refactor: Navbar from jsx to tsx * refactor: SettingsContext from jsx to tsx * refactor: use calculated balance in sats instead of totalBalance as string * refactor: remove totalBalance and availableBalance from BalanceSummary * refactor: simplify navbar states * refactor(WalletContext): ability to independently load data * refactor(JarSelectorModal): allow async confirm operations * refactor(Send): always fetch new jar destination address * refactor(WalletContext): return response data from reload functions * refactor(Send): speed up loading Send page * refactor(CreateFidelityBond): speed up waiting for fb utxo * refactor(MainWalletView): jsx to tsx * refactor(MainWalletView): speed up loading MainWalletView page * refactor(Jam): speed up loading Jam page * fix: prevent artifact on wallet with zero balance * refactor(Earn): speed up loading Earn page
- Loading branch information
1 parent
495dc2b
commit e2bad18
Showing
10 changed files
with
385 additions
and
256 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
Oops, something went wrong.