webapp/src/modules/market
padreug 378e534a66 Refactor CreateProductDialog and CreateStoreDialog components for improved form handling
- Remove unnecessary destructuring of form values in CreateProductDialog to simplify code.
- Enhance conditional rendering in CreateStoreDialog to ensure proper checks for selected countries.
- Update API request handling in CreateStoreDialog to enforce non-null assertions for required fields.
- Adjust MerchantStore component to use underscore-prefixed parameters in event handlers for clarity.

These changes streamline the form handling process and improve code readability across the components.
2025-09-08 23:20:17 +02:00
..
components Refactor CreateProductDialog and CreateStoreDialog components for improved form handling 2025-09-08 23:20:17 +02:00
composables Add NostrmarketService to dependency injection container 2025-09-07 01:31:24 +02:00
services Implement product management features in MerchantStore component 2025-09-08 19:27:02 +02:00
stores Remove legacy compatibility layer and enforce modular architecture 2025-09-07 02:30:37 +02:00
types Refactor OrderHistory and introduce payment status checker 2025-09-05 05:16:25 +02:00
views Enhance MarketDashboard to filter orders by current user 2025-09-08 16:58:10 +02:00
index.ts Add NostrmarketAPI integration and enhance MerchantStore component 2025-09-08 16:58:10 +02:00