web-app/src/modules
padreug 7c439361b7 Refactor authentication and async operation handling in useAuth composable
- Introduce useMultiAsyncOperation to manage multiple async operations in useAuth, enhancing error handling and loading state management.
- Replace manual loading and error state management with standardized async operation patterns for initialize, login, register, and logout functions.
- Update related components to utilize the new async operation structure, improving code clarity and maintainability.
- Add useAsyncOperation to other composables (useChat, useTicketPurchase, useMarket) for consistent async handling across the application.
2025-09-05 06:08:08 +02:00
..
base Refactor AuthService and market components for improved functionality and error handling 2025-09-05 03:07:55 +02:00
chat Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
events Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
market Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
nostr-feed Refactor imports and enhance type handling across components 2025-09-05 05:42:44 +02:00