webapp/src/modules/market/views
padreug 1f321dce4a refactor: update market loading logic and remove debug methods in MarketPage
- Bypassed the naddr requirement for market configuration, allowing for more flexible market loading.
- Implemented conditional loading of the market based on the availability of naddr, defaulting to a general market load if not provided.
- Removed temporary debug methods for simulating loading and error states to clean up the codebase.

These changes streamline the market loading process and enhance the overall clarity of the MarketPage component.
2025-09-27 15:54:47 +02:00
..
CartPage.vue Add new routes for shopping cart and checkout pages in market module 2025-09-05 03:36:36 +02:00
CheckoutPage.vue feat: consolidate Stall types and create reusable CartButton component 2025-09-27 01:31:52 +02:00
MarketDashboard.vue Refactor MarketDashboard component for improved layout and responsiveness 2025-09-08 23:45:21 +02:00
MarketPage.vue refactor: update market loading logic and remove debug methods in MarketPage 2025-09-27 15:54:47 +02:00
StallView.vue refactor: simplify LoadingErrorState and enhance MarketSearchBar functionality 2025-09-27 09:51:00 +02:00