4 Commits

Author SHA1 Message Date
DaX
063ef4f096 Fix all color hex codes to match spreadsheet source of truth
All checks were successful
Deploy / detect (push) Successful in 4s
Deploy / deploy-api (push) Successful in 43s
Deploy / deploy-frontend (push) Successful in 3m11s
Deploy / tag-deploy (push) Successful in 6s
- Update 121 hex codes in bambuLabColors.ts from spreadsheet
- Update 118 hex codes in bambuLabColorsComplete.ts
- Add 118 hex UPDATE statements to migration 023
- Remove ABS GF and TPU 95A HF entries from complete colors
2026-03-05 03:21:44 +01:00
DaX
d55d0e5e02 Clean up fake colors and add missing Bambu Lab colors
All checks were successful
Deploy / detect (push) Successful in 4s
Deploy / deploy-api (push) Successful in 34s
Deploy / deploy-frontend (push) Successful in 2m4s
Deploy / tag-deploy (push) Successful in 4s
- Add migration 023: delete 67 fake colors, rename IronGray typo, add 16 missing real colors from spreadsheet
- Fix frontend color mappings: remove typo duplicates, rename Silk prefixed colors to match catalog
- Add Translucent Teal, Phantom Blue, Mystic Magenta mappings
- Remove non-existent ABS GF, TPU 95A HF entries
- Update tests for corrected color names
2026-03-05 03:04:19 +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
9f01158241 Improve test coverage from 1.18% to 89.21%
- Add comprehensive test suite for api.ts service layer
- Create component tests for BackToTop, ColorCell, MaterialBadge
- Add tests for data modules: bambuLabColors and bambuLabColorsComplete
- Include specialized tests for UI features, CRUD operations, and data consistency
- Achieve 100% coverage for core components and data utilities
- All 91 tests passing with robust mocking strategies
2025-07-21 12:09:00 +02:00