web-app/src/modules/market
padreug b3428c2905 refactor: (4) enhance MarketSearchBar with internal query handling and debouncing
- Introduced an internal query state to improve UI responsiveness during search input.
- Implemented a debounced search function to optimize performance and reduce unnecessary emissions.
- Updated conditions for displaying keyboard hints and clear button based on the new internal query.
- Ensured both internal and actual search queries are cleared appropriately.

These changes enhance the user experience by providing immediate feedback while typing and optimizing search operations.
2025-09-27 18:44:02 +02:00
..
components refactor: (4) enhance MarketSearchBar with internal query handling and debouncing 2025-09-27 18:44:02 +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 refactor: update market loading logic and remove debug methods in MarketPage 2025-09-27 15:54:47 +02:00
index.ts Add stall view and product detail dialog in market module 2025-09-25 22:53:12 +02:00