-
Notifications
You must be signed in to change notification settings - Fork 869
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix send screen performance refactor (#20219)
* chore: relocate & rename send screen components * chore: move send screen hooks into send component * perf: remove useAssets hook * pref: remove unneeded component nesting * feat: add useAccountFromAddressQuery * chore: simplify send page routing hash logic * chore: refactor off-chain ENS warnings UI * feat: add address endpoints * feat: add useModal hook * fix: consolidate name service lookup queries * fix: remove useSend hook & speedup send screen * chore: add cache tags for name service lookups * chore: reuse common computed variables * chore: add mocks and storybook * fix: use resolved name service address for sending * perf: speedup finding asset from router params * pref: speedup address validation * fix: do not lowercase resolved NameService address * fix: log correct error message
- Loading branch information
1 parent
2061576
commit 1554a2a
Showing
25 changed files
with
2,036 additions
and
1,573 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
Oops, something went wrong.