web-app/src/modules/base
padreug 034f3ce80f Implement auth guard and app branding improvements
Auth & Routing:
- Initialize auth before router guards to prevent race conditions
- Default all routes to require auth unless explicitly set to false
- Add initial route check to redirect unauthenticated users to /login
- Remove duplicate auth initialization from base module

App Branding:
- Add VITE_APP_NAME environment variable for configurable branding
- Replace hardcoded "Ariège" references with environment variable
- Update index.html, market composable to use dynamic app name

Mobile UX:
- Fix mobile dropdown auto-close on navigation item selection

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 19:29:48 +02:00
..
auth Refactor services to extend BaseService for improved structure and dependency management 2025-09-05 06:41:19 +02:00
nostr Remove LEGACY Nostr client services and related components to streamline the codebase 2025-09-06 10:55:10 +02:00
pwa Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
index.ts Implement auth guard and app branding improvements 2025-09-06 19:29:48 +02:00