veza/apps/web/src/services
senke 02cef0066a [FE-PAGE-006] fe-page: Complete Marketplace page implementation
- 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
2025-12-24 12:54:20 +01:00
..
api fix(MVP-013): Add error correlation with request IDs in logs 2025-12-22 23:13:49 +01:00
2fa-service.ts [FE-API-001] frontend-api: Enable 2FA service calls when backend is ready 2025-12-23 01:45:47 +01:00
csrf.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
marketplaceService.ts [FE-PAGE-006] fe-page: Complete Marketplace page implementation 2025-12-24 12:54:20 +01:00
offline-storage.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
pwa.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
secure-auth.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
tokenRefresh.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
tokenRefresh.ts fix(MVP-011): Simplify token refresh response handling to single format 2025-12-22 23:06:52 +01:00
tokenStorage.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
tokenStorage.ts fix(MVP-006): Standardize environment variable names (VITE_API_BASE_URL → VITE_API_URL) 2025-12-22 22:56:37 +01:00
websocket.ts stabilizing apps/web: FIRST BATCH 2025-12-17 08:07:35 -05:00