web-app/src
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
..
assets feat: Add logo and enhance login functionality 2025-08-03 11:20:35 +02:00
components Refactor imports and enhance type handling across components 2025-09-05 05:42:44 +02:00
composables Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
core Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
i18n feat: Integrate chat feature into main navigation 2025-08-10 10:50:14 +02:00
lib Refactor chat and market modules for improved integration and maintainability 2025-09-05 01:44:15 +02:00
modules Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
pages Refactor imports and enhance type handling across components 2025-09-05 05:42:44 +02:00
stores Enhance market module with new chat and events features 2025-09-05 00:01:40 +02:00
app.config.ts Refactor chat module and navigation components for improved user experience 2025-09-05 00:31:53 +02:00
app.ts Refactor imports and remove legacy composables for improved code clarity 2025-09-05 05:27:45 +02:00
App.vue Refactor chat and market modules for improved integration and maintainability 2025-09-05 01:44:15 +02:00
main.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
vite-env.d.ts PWA 2025-02-11 00:25:47 +01:00