webapp/src
padreug be4ab13b32 refactor: Transition to authentication system and remove identity management
- Replace identity management with a new authentication system across the application.
- Update App.vue to integrate LoginDialog and remove PasswordDialog.
- Modify Navbar.vue to handle user authentication state and logout functionality.
- Enhance Home.vue to display user information upon login.
- Implement routing changes in index.ts to enforce authentication requirements for protected routes.
2025-08-03 11:20:35 +02:00
..
assets update logo icon; modify title 2025-07-29 21:38:54 +02:00
components refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
composables refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
i18n update logo icon; modify title 2025-07-29 21:38:54 +02:00
lib refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
pages refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
router refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
stores feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
App.vue refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
main.ts fix vue-sonner Toast implementation 2025-07-12 18:10:26 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00