saveinmed/marketplace/src
Tiago Yamamoto 240ce9a7e5 feat: add quantity selector, fix offer display, swap filter/location layout
- ProductOffersModal: Add quantity input for each offer when purchasing
- ProductOffersModal: Display offer info in single line with flex-wrap
- GroupedProductCard: Add whitespace-nowrap to prevent 'oferta' badge wrapping
- ProductSearch: Swap Filters and Location components (Filters now first)
- Backend: Refactored admin routes to use role-based access control
- review_handler: New handler with role-based filtering
- shipping_handler: Added ListShipments with role-based filtering
- domain/models: Added SellerID to ReviewFilter and ShipmentFilter
- postgres.go: Updated ListReviews and ListShipments for SellerID filtering
- server.go: Removed /api/v1/admin routes, updated handlers
2025-12-26 22:16:48 -03:00
..
assets feat: apply logo, document database schema, update docs 2025-12-23 17:01:16 -03:00
components feat: add quantity selector, fix offer display, swap filter/location layout 2025-12-26 22:16:48 -03:00
context fix(marketplace): ensure auth token is set before initial requests 2025-12-26 17:24:57 -03:00
hooks chore: refactor backend config, unignore .env, update config loading 2025-12-20 10:10:55 -03:00
layouts fix: use ES module import for logo in Shell.tsx 2025-12-23 17:25:00 -03:00
pages feat: add quantity selector, fix offer display, swap filter/location layout 2025-12-26 22:16:48 -03:00
services Fix checkout summary rendering 2025-12-26 18:13:01 -03:00
stores feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
test feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
types feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00
utils Gate marketplace logs behind logger 2025-12-22 17:52:05 -03:00
App.tsx feat: overhaul shipping module, add seeder, and improve order UI 2025-12-23 18:23:32 -03:00
index.css docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00
main.tsx docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00