-
Notifications
You must be signed in to change notification settings - Fork 11
Recuperacion de sesion y state restore #47
Copy link
Copy link
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasfrontendFrontend implementation workFrontend implementation workwalletWallet connection and signing flowsWallet connection and signing flows
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasfrontendFrontend implementation workFrontend implementation workwalletWallet connection and signing flowsWallet connection and signing flows
Why this matters
Restoring session state reduces friction when wallets disconnect or users reload the page.
Problem
Session recovery is fragile and users can lose pending state or need to reconnect too often.
Scope
Implementation guidance
src/context/AppContext.tsx,src/hooks/useWallet.tsx,src/components/WalletSetupModal.tsx, andsrc/main.tsx.Out of scope
Acceptance criteria
Validation
npm run devand reload the page with an active wallet state.npm run buildto confirm the code still compiles.PR requirements
Closes #47.Complexity