webapp/src/composables
padreug 0ee0bc428c Refactor chat module and navigation components for improved user experience
- Update app configuration to load chat module on startup for route registration.
- Introduce useModularNavigation composable for dynamic navigation based on enabled modules.
- Simplify Navbar.vue by utilizing userMenuItems for dropdown and button rendering, enhancing maintainability.
- Enhance ChatPage.vue with detailed debug information and user authentication checks for better feedback.
2025-09-05 00:31:53 +02:00
..
useAuth.ts refactor: Simplify authentication and wallet logic by removing debug logs 2025-08-03 11:20:58 +02:00
useDemoAccountGenerator.ts make sure username < 20 characters 2025-09-04 11:51:00 +02:00
useEvents.ts chore: Update project metadata and dependencies 2025-03-19 23:02:30 +01:00
useFuzzySearch.ts refactor: Update FuzzySearch component and composable for improved class handling and code clarity 2025-08-10 10:50:14 +02:00
useLocale.ts feat(i18n): Enhance internationalization with dynamic locale management 2025-03-09 13:27:45 +01:00
useMarket.ts Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
useMarketPreloader.ts Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
useModularNavigation.ts Refactor chat module and navigation components for improved user experience 2025-09-05 00:31:53 +02:00
useNostrChat.ts Update package dependencies and refactor types in Nostr-related components 2025-09-04 22:48:43 +02:00
useNostrclientHub.ts Update package dependencies and refactor types in Nostr-related components 2025-09-04 22:48:43 +02:00
useNostrOrders.ts feat: Add market integration roadmap to NOSTR architecture documentation 2025-09-04 17:51:30 +02:00
useOrderEvents.ts Squash merge remove-dangling-bits into market-implementation-squashed 2025-09-04 22:26:38 +02:00
useRelayHub.ts feat: Add market integration roadmap to NOSTR architecture documentation 2025-09-04 17:51:30 +02:00
useTicketPurchase.ts Update package dependencies and refactor types in Nostr-related components 2025-09-04 22:48:43 +02:00
useUserTickets.ts refactor: Clean up imports and unused variables in ticket-related components 2025-08-03 11:20:58 +02:00