webapp/src/modules/market
padreug 4ce12bcbd3 Refactor MerchantStore component for improved form handling and validation
- Remove unnecessary keys from form fields in the stall creation dialog to simplify the structure.
- Ensure the description field is now required, enhancing validation for store creation.
- Update the dialog button to type "button" for better clarity in user interactions.
- Streamline the handling of the description field in the API request, ensuring it defaults to an empty string if not provided.

These changes enhance the user experience during store creation by improving form validation and simplifying the component structure.
2025-09-08 19:06:44 +02:00
..
components Refactor MerchantStore component for improved form handling and validation 2025-09-08 19:06:44 +02:00
composables Add NostrmarketService to dependency injection container 2025-09-07 01:31:24 +02:00
services Enhance MerchantStore component with improved stall management and loading states 2025-09-08 17:46:54 +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