web-app/src/components
padreug 2dec184c42 refactor: Replace Nostr chat preloader with a singleton pattern for improved state management
- Remove the useNostrChatPreloader composable and integrate its functionality into the useNostrChat composable, streamlining chat data handling.
- Update App.vue and ChatComponent to utilize the new singleton instance for managing chat connections and peer subscriptions.
- Enhance Navbar and ChatComponent to reflect changes in unread message tracking and peer management, improving user experience.
- Ensure proper error handling and logging during chat connection and peer loading processes.
2025-08-10 10:50:14 +02:00
..
auth chore: update LNBits API configuration in environment and documentation 2025-08-10 10:46:49 +02:00
events fix: Update manual payment message in PurchaseTicketDialog for clarity 2025-08-03 11:20:58 +02:00
layout refactor: Replace Nostr chat preloader with a singleton pattern for improved state management 2025-08-10 10:50:14 +02:00
market fix: Format price display in ProductCard component 2025-08-04 09:59:35 +02:00
nostr refactor: Replace Nostr chat preloader with a singleton pattern for improved state management 2025-08-10 10:50:14 +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 refactor: Update FuzzySearch component and composable for improved class handling and code clarity 2025-08-10 10:50:14 +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