web-app/src/modules/market
padreug 957f3e3890 fix: improve loading state handling in MarketPage and add debug methods
- Updated the LoadingErrorState component to correctly reflect error states based on market readiness.
- Enhanced the isMarketReady computed property to account for loading and error conditions more accurately.
- Introduced temporary debug methods for simulating loading and error states, aiding in testing and development.
- Made debug methods globally accessible for easier testing of loading states.

These changes enhance the reliability of the loading/error handling in the MarketPage component and facilitate better debugging during development.
2025-09-27 14:20:46 +02:00
..
components refactor: simplify LoadingErrorState and enhance MarketSearchBar functionality 2025-09-27 09:51:00 +02:00
composables feat: add CartButton component for consistent cart access across views 2025-09-27 00:07:37 +02:00
docs feat: add CartButton component for consistent cart access across views 2025-09-27 00:07:37 +02:00
services feat: consolidate Stall types and create reusable CartButton component 2025-09-27 01:31:52 +02:00
stores Enhance category filtering in MarketPage and market store 2025-09-25 23:19:58 +02:00
types feat: consolidate Stall types and create reusable CartButton component 2025-09-27 01:31:52 +02:00
views fix: improve loading state handling in MarketPage and add debug methods 2025-09-27 14:20:46 +02:00
index.ts Add stall view and product detail dialog in market module 2025-09-25 22:53:12 +02:00