Repo context. accensa-app is the off-chain half of Accensa — the merchant back-office for x402 sellers on Stellar. Three workspace packages matter: apps/web (Next.js dashboard and the indexer at src/app/api/sync), packages/sdk (@accensa/sdk), and apps/demo-merchant. The Soroban contracts live in accensa-contracts.
🟢 Unblocked. Theming is localized to Tailwind config and React components.
Problem
The merchant dashboard is hardcoded to light mode, which is uncomfortable for many users, especially those monitoring transactions late at night.
What to build
- Configure Tailwind CSS to use
class based dark mode.
- Add
dark: variants to all major UI components (buttons, cards, tables).
- Implement a theme toggle switch in the navbar that persists the choice to
localStorage.
Acceptance criteria
Contact & Support
Problem
The merchant dashboard is hardcoded to light mode, which is uncomfortable for many users, especially those monitoring transactions late at night.
What to build
classbased dark mode.dark:variants to all major UI components (buttons, cards, tables).localStorage.Acceptance criteria
Contact & Support
SUPPORT.md— contribution help, Wave process, and the full list of channels