webapp/src/components
padreug 17c07c37a0 Refactor chat and market modules for improved integration and maintainability
- Remove deprecated Nostr chat and relay hub components, transitioning to a modular chat service for better encapsulation.
- Update App.vue and Navbar.vue to utilize the new chat module, enhancing user experience with automatic peer management.
- Simplify event handling and connection logic in ChatComponent.vue, ensuring compatibility with the new chat service architecture.
- Adjust market settings and order history components to reflect changes in the chat module, improving overall coherence in the application structure.
- Clean up unused imports and streamline configuration access for better performance and maintainability.
2025-09-05 01:44:15 +02:00
..
auth refactor: Simplify Logout Confirmation Handling in Navbar 2025-08-12 08:54:38 +02:00
demo refactor: Update LoginDemo layout and styling for improved user experience 2025-09-01 22:59:32 +02:00
events feat: Format event price and wallet balance in PurchaseTicketDialog and events page 2025-08-10 17:56:20 +02:00
layout Refactor chat and market modules for improved integration and maintainability 2025-09-05 01:44:15 +02:00
market Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
nostr feat: Add market integration roadmap to NOSTR architecture documentation 2025-09-04 17:51:30 +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 Remove deprecated scripts and components related to Nostr functionality, including admin post debugging, VAPID key generation, and admin note sending. Clean up package dependencies by removing unused libraries and updating package-lock.json and package.json accordingly. 2025-09-04 22:39:02 +02:00
LanguageSwitcher.vue refactor(ui): Optimize LanguageSwitcher component rendering and type safety 2025-03-11 02:18:29 +01:00
RelayHubStatus.vue feat: Add market integration roadmap to NOSTR architecture documentation 2025-09-04 17:51:30 +02:00
ThemeToggle.vue add color theme with dark and light mode! 2025-02-02 18:44:05 +01:00