- Added product browsing with pagination (page, limit, total_pages) - Added product filtering: search, product type, price range - Added cart functionality: add, remove, update quantity, checkout - Created cartStore with Zustand and persistence - Added Cart component with checkout functionality - Enhanced ProductCard with Add to Cart button - Added filter UI with collapsible filters panel - Added search bar for product search - Added pagination controls (Previous/Next) - Updated marketplaceService to support filters and pagination |
||
|---|---|---|
| .. | ||
| api | ||
| 2fa-service.ts | ||
| csrf.ts | ||
| marketplaceService.ts | ||
| offline-storage.ts | ||
| pwa.ts | ||
| secure-auth.ts | ||
| tokenRefresh.test.ts | ||
| tokenRefresh.ts | ||
| tokenStorage.test.ts | ||
| tokenStorage.ts | ||
| websocket.ts | ||