web-app/src
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
..
assets Update index.html and vite.config.ts for dynamic app name and manifest adjustments 2025-09-06 19:16:24 +02:00
components Update Navbar component to improve mobile navigation experience 2025-09-06 17:50:16 +02:00
composables Fix blank page issue on module route refresh 2025-09-06 16:33:32 +02:00
core Fix blank page issue on module route refresh 2025-09-06 16:33:32 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +02:00
modules Implement auth guard and app branding improvements 2025-09-06 19:29:48 +02:00
pages Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +02:00
stores Remove LEGACY Nostr client services and related components to streamline the codebase 2025-09-06 10:55:10 +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 Implement auth guard and app branding improvements 2025-09-06 19:29:48 +02:00
App.vue Complete legacy code cleanup and achieve full modular architecture 2025-09-06 13:48:35 +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