webapp/src
padreug 670a42dd9b Fix mobile navbar icon visibility with improved contrast
- Change selected route styling from 'text-primary bg-accent' to 'text-secondary bg-accent'
- Uses semantic design tokens for better theme compatibility and accessibility
- Improves icon visibility on mobile navigation without being too aggressive
- Affects Events, Market, and Chat navigation buttons
- Maintains design system consistency while ensuring proper contrast ratios

Fixes issue where selected route icons were hard to see due to poor contrast
between text and background colors in mobile navbar.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-07 04:08:08 +02:00
..
assets Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
components Fix mobile navbar icon visibility with improved contrast 2025-09-07 04:08:08 +02:00
composables Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
core Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Complete LnbitsAPI migration to dependency injection pattern 2025-09-07 01:58:36 +02:00
modules Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
pages Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
app.config.ts Refactor chat module and navigation components for improved user experience 2025-09-05 00:31:53 +02:00
app.ts Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
App.vue Refactor authentication architecture to eliminate dual auth complexity 2025-09-07 00:47:02 +02:00
main.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00