Skip to content

feat(ui): add loading spinner/progress indicator for wallet connection#434

Open
queentiffany1111-cloud wants to merge 1 commit into
dev-fatima-24:mainfrom
queentiffany1111-cloud:feature/wallet-connection-progress
Open

feat(ui): add loading spinner/progress indicator for wallet connection#434
queentiffany1111-cloud wants to merge 1 commit into
dev-fatima-24:mainfrom
queentiffany1111-cloud:feature/wallet-connection-progress

Conversation

@queentiffany1111-cloud
Copy link
Copy Markdown

=CONNECTION_STEPS enum with 5 descriptive step messages

  • connectionStep state exposed from useAuth
  • runSep10 calls a step callback at each stage (challenge → sign → verify)
  • connect() guards against duplicate attempts (if (loading) return)
  • New WalletConnectionProgress component: spinner + step message + 1/5 counter
  • NavBar connect button disabled + shows progress below it while connecting; shows error state on failure

closes #288

- Add CONNECTION_STEPS enum and connectionStep state to useFreighter
- runSep10 now calls onStep callback at each SEP-10 stage
- connect() guards against duplicate attempts while loading
- New WalletConnectionProgress component: spinner + step message + counter
- NavBar connect button disabled during loading; shows progress below it
- Error state shown after failed connection attempt

Closes dev-fatima-24#288
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@queentiffany1111-cloud Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UI/UX] Add loading spinner/progress indicator for wallet connection

1 participant