web-app/src/composables
padreug e40ac91417 Enhance market module with new chat and events features
- Introduce chat module with components, services, and composables for real-time messaging.
- Implement events module with API service, components, and ticket purchasing functionality.
- Update app configuration to include new modules and their respective settings.
- Refactor existing components to integrate with the new chat and events features.
- Enhance market store and services to support new functionalities and improve order management.
- Update routing to accommodate new views for chat and events, ensuring seamless navigation.
2025-09-05 00:01:40 +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
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