webapp/src
padreug f5ea2a8d5e Refactor market components for improved structure and functionality
- Update imports in DashboardOverview.vue to use relative paths for better module organization.
- Modify OrderHistory.vue to replace 'lightningInvoice' with 'paymentRequest' for consistency in payment handling.
- Enhance order event handling in useMarket.ts by adding subscription and decryption logic for order-related DMs.
- Update nostrmarketService.ts to use relative imports, ensuring consistency across the module.
- Introduce error handling and logging for order updates, improving the robustness of the market module.
2025-09-05 04:38:51 +02:00
..
assets feat: Add logo and enhance login functionality 2025-08-03 11:20:35 +02:00
components Refactor chat and market modules for improved integration and maintainability 2025-09-05 01:44:15 +02:00
composables Remove useNostrOrders composable and related Checkout page 2025-09-05 04:22:54 +02:00
core Update app configuration and plugin manager for improved environment variable support 2025-09-05 00:17:11 +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 market components for improved structure and functionality 2025-09-05 04:38:51 +02:00
pages Remove useNostrOrders composable and related Checkout page 2025-09-05 04:22:54 +02:00
router Remove useNostrOrders composable and related Checkout page 2025-09-05 04:22:54 +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 authentication logic in app routing for improved clarity and performance 2025-09-05 00:33:29 +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