Skip to content

feat(wallet): add WalletStatusTracker for wallet connection state - #227

Open
oraimoitel wants to merge 1 commit into
Sorokit:mainfrom
oraimoitel:feat/wallet-status-badge-200
Open

feat(wallet): add WalletStatusTracker for wallet connection state#227
oraimoitel wants to merge 1 commit into
Sorokit:mainfrom
oraimoitel:feat/wallet-status-badge-200

Conversation

@oraimoitel

Copy link
Copy Markdown

Implement WalletStatusTracker class that tracks wallet connection state with event listeners for reactive UI updates.

  • WalletStatusTracker class with connect/disconnect/restore methods
  • WalletConnectionStatus type (disconnected, connecting, connected, error)
  • getAdapterName, truncatePublicKey, getAriaLabel, getStatusColorClass helpers
  • Subscribe/unsubscribe pattern for state change listeners
  • Comprehensive test coverage

Closes #200

Implement WalletStatusTracker class that tracks wallet connection state
with event listeners for reactive UI updates.

- WalletStatusTracker class with connect/disconnect/restore methods
- WalletConnectionStatus type (disconnected, connecting, connected, error)
- getAdapterName, truncatePublicKey, getAriaLabel, getStatusColorClass helpers
- Subscribe/unsubscribe pattern for state change listeners
- Comprehensive test coverage

Closes Sorokit#200
@drips-wave

drips-wave Bot commented Jul 26, 2026

Copy link
Copy Markdown

@oraimoitel 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.

Add wallet connection status badge component

1 participant