web-app/src/components
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
..
auth refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
events feat: Centralize configuration management for Nostr and API settings 2025-07-02 19:47:55 +02:00
layout refactor: Transition to authentication system and remove identity management 2025-08-03 11:20:35 +02:00
nostr Squash merge nostrfeed-localStorage into ario 2025-08-03 11:09:42 +02:00
notifications feat: Implement push notification system for admin announcements 2025-07-12 18:10:33 +02:00
pwa feat: Enhance admin announcement functionality and introduce PWA installation prompt 2025-07-12 18:10:33 +02:00
theme-provider bare repo 2025-03-09 12:28:49 +01:00
ui update sonner; toast is still light 2025-08-01 14:11:17 +02:00
LanguageSwitcher.vue refactor(ui): Optimize LanguageSwitcher component rendering and type safety 2025-03-11 02:18:29 +01:00
ThemeToggle.vue add color theme with dark and light mode! 2025-02-02 18:44:05 +01:00