Fix onboarding UX and improve extension performance - #16
Merged
jacklevin74 merged 1 commit intoNov 17, 2025
Conversation
This PR addresses multiple UX and performance issues in the wallet onboarding and extension popup experience: ## Onboarding Improvements - Add hidden "Advanced" section in setup screen with import seed phrase option - Remove unnecessary "Import Wallets" screen when creating new wallet - Fix wallet import flow to show recovery phrase input instead of skipping to account selection ## Performance Improvements - Disable Backpack API feature gates fetch (404 error) - use local defaults instead - Improve localStorage caching for user data to persist across popup opens - Fix slow popup opening issue (now opens in <1 second) ## UI/UX Fixes - Fix black screen issue by showing loading skeleton instead of null - Suppress React Native BackHandler warning in web environment All changes improve the user experience by making onboarding smoother, eliminating unnecessary steps, and significantly improving popup performance.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses multiple UX and performance issues in the wallet onboarding and extension popup experience.
Changes
Onboarding Improvements
Performance Improvements
UI/UX Fixes
Files Changed
packages/app-extension/src/components/Onboarding/pages/CreateOrImportWallet.tsxpackages/app-extension/src/components/Onboarding/pages/OnboardAccount.tsxpackages/app-extension/src/gates/FEATURES.tspackages/recoil/src/atoms/secure-client/userClientAtoms.tspackages/app-extension/src/app/Router.tsxpackages/app-extension/src/index.tsxpackages/app-extension/src/refactor/screens/Unlocked/Settings/WalletAddBackpackRecoveryPhraseScreen.tsxTest Plan
Impact
All changes improve the user experience by making onboarding smoother, eliminating unnecessary steps, and significantly improving popup performance.