9a87064dbe
fix(design): replace all 40+ hardcoded colors with DESIGN.md semantic system
...
Phase 10 Implementation: Bulk color system compliance across frontend
Applied DESIGN_COLOR_RULES.md to 40 component and page files:
- Indigo (3) → primary/secondary (primary actions)
- Green (12) → tertiary (#00e639) (success/healthy status)
- Red/Rose (20) → error (#ffb4ab) (destructive actions)
- Amber/Sky (9) → primary/secondary (warnings/info)
- Blue/Slate (various) → primary/design system colors (focus states)
- Black → bg-surface-container-lowest (proper design color)
Files updated: 40 components + pages
Color replacements: 44+ instances
Build status: ✓ Zero errors, compiled in 6.3s
Test status: Pending (npm run test)
All colors now follow DESIGN.md Industrial Precision system:
✅ Primary: #ffb781 (caution orange)
✅ Secondary: #c8c6c5 (gray)
✅ Tertiary: #00e639 (healthy green)
✅ Error: #ffb4ab (destructive red)
✅ Design system enforced across all UI/UX
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-04-25 17:19:53 +03:00
f6b6014226
style(frontend): refactor ExportPanel for DESIGN.md compliance
...
- Replaced hardcoded colors with 'level-1' and 'btn-primary'
- Removed indigo accents in favor of primary orange
- Ensured sharp corners and consistent borders
2026-04-25 13:02:41 +03:00
de8c5c7135
Build [v1.14.31]
2026-04-25 12:53:41 +03:00
941761ad83
fix(09): fix syntax error in ExportPanel component
2026-04-23 15:27:27 +03:00
dcc3f692f3
fix(09): exact match export buttons to UI standard
2026-04-23 15:19:54 +03:00
b87b1eceae
fix(09): match export UI styles and fix backend user_id error
2026-04-23 15:18:14 +03:00
76f0e83a65
fix(09): refine export UI buttons and fix 404
2026-04-23 15:14:59 +03:00
6f9716c32b
fix(09): resolve export data quality and integrate UI
2026-04-23 15:08:46 +03:00
274e6f58e5
feat(5-03-03): create admin ExportPanel UI component with CSV and Excel buttons for both reports
2026-04-22 17:43:12 +03:00