Category: Feature - Frontend
Difficulty: Easy
Problem:
No reusable component to display wallet connection state. Applications must build their own UI for showing connected/disconnected status.
Solution:
Create a reusable WalletStatusBadge component that displays the current wallet connection state with visual feedback.
Requirements:
- Show connected/disconnected status
- Display wallet adapter name (Freighter, Ledger, etc.)
- Show account address truncated
- Support loading state during connection
- Accessible with ARIA labels
Acceptance Criteria:
Note for Contributors: This is a UI component. Keep it simple and follow existing component patterns in sorokit-ui.
Category: Feature - Frontend
Difficulty: Easy
Problem:
No reusable component to display wallet connection state. Applications must build their own UI for showing connected/disconnected status.
Solution:
Create a reusable
WalletStatusBadgecomponent that displays the current wallet connection state with visual feedback.Requirements:
Acceptance Criteria:
Note for Contributors: This is a UI component. Keep it simple and follow existing component patterns in sorokit-ui.