3 Commits

Author SHA1 Message Date
DaX
f982ae3410 Update filament catalog: add new materials, finishes, and colors
All checks were successful
Deploy / detect (push) Successful in 6s
Deploy / deploy-api (push) Has been skipped
Deploy / deploy-frontend (push) Successful in 2m18s
Deploy / tag-deploy (push) Successful in 4s
- Add PLA Translucent, PLA Aero, TPU for AMS as new material/finish entries
- Add PA6 CF finish, expand PA6-GF, PC Basic, PC FR color lists
- Move 7 colors from PLA Basic Gradient to PLA Silk Multi-Color
- Add colors to PLA Basic, Silk+, Tough+, Galaxy, Wood, PETG HF, ABS-GF,
  TPU 85A, TPU 95A HF
- Remove Jade White from PETG HF, White from TPU 85A
- Fix Translucent Tea typo to Translucent Teal in PETG catalog
- Remove "Druga boja..." custom option from dashboard color picker
- Add missing hex entries to color lookup table
2026-03-05 13:41:20 +01:00
DaX
65ae493d54 Align catalog with Bambu Lab product line, add conditional filters and admin sidebar
All checks were successful
Deploy / deploy (push) Successful in 2m24s
- Add master catalog (bambuLabCatalog.ts) as single source of truth for materials, finishes, colors, and refill/spool availability
- Fix incorrect finish-per-material mappings (remove PLA: 85A/90A/95A HF/FR/GF/HF, add ASA: Basic/CF/Aero, fix PETG/PC)
- Implement cascading filters on public site: material restricts finish, finish restricts color
- Add AdminSidebar component across all admin pages
- Redirect /upadaj to /dashboard when already authenticated
- Update color hex mappings and tests to match official Bambu Lab names
2026-03-05 01:04:06 +01:00
DaX
b7f5417e23 Move dashboard to root level route
- Dashboard now accessible at /dashboard instead of /upadaj/dashboard
- Updated all navigation links to use new /dashboard route
- Login page still at /upadaj, redirects to /dashboard on success
- Colors and requests remain under /upadaj prefix
- Updated test files to reference new dashboard path
2025-11-19 19:13:48 +01:00