Summary
Improve the overall design and user experience of the marketplace, with dark mode as the default theme.
Current State
The marketplace currently uses a light theme by default. Many users prefer dark mode, especially in the Bitcoin/Lightning community where dark interfaces are common (e.g., most Lightning wallets, Nostr clients).
Proposed Changes
Phase 1: Dark Mode
Phase 2: Design/UX Improvements
Benefits
- Better alignment with Bitcoin/Lightning ecosystem aesthetics
- Reduced eye strain for users
- More modern, professional appearance
- Improved user experience overall
Technical Notes
The marketplace uses Quasar Framework which has built-in dark mode support via $q.dark.set(true). This should make implementation straightforward.
Perhaps take design inspiration from LNBits.com. Will Diagon Alley inherit the design theme from the LNbits installation?
Summary
Improve the overall design and user experience of the marketplace, with dark mode as the default theme.
Current State
The marketplace currently uses a light theme by default. Many users prefer dark mode, especially in the Bitcoin/Lightning community where dark interfaces are common (e.g., most Lightning wallets, Nostr clients).
Proposed Changes
Phase 1: Dark Mode
Phase 2: Design/UX Improvements
Benefits
Technical Notes
The marketplace uses Quasar Framework which has built-in dark mode support via
$q.dark.set(true). This should make implementation straightforward.Perhaps take design inspiration from LNBits.com. Will Diagon Alley inherit the design theme from the LNbits installation?