* 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