|
|
dab40c0653
|
fix(design): implement DESIGN.md color system compliance across all UI/UX
Resolved critical design system inconsistencies by:
1. **tailwind.config.ts**: Added complete DESIGN.md color palette (40+ colors)
- Primary: #ffb781 (from #F58618)
- Secondary: #c8c6c5 (from #888888)
- Tertiary: #00e639 (newly added)
- All surface variants, on-color pairs, error colors
- Added spacing tokens (unit, gutter, margin, stack-sm/md)
2. **globals.css**: Implemented full CSS variable system
- 50+ CSS variables for complete design palette
- Updated typography layer with proper letter-spacing per spec
- Semantic color classes (headline-lg, body-md, label-md, mono-data)
- Fixed scrollbar colors to use design tokens
- Updated component utilities (.level-0, .level-1, .level-2, .btn-*, etc.)
3. **All component files**: Eliminated hardcoded Tailwind colors
- Replaced bg-slate-* with design system equivalents
- Replaced bg-gray-* with semantic colors
- Replaced focus:ring-blue-500 with focus:ring-primary
- Replaced text-gray-* with text-secondary/text-muted
- Replaced all inline hex colors with Tailwind classes
Files updated: 32 components + core config files
Result: 100% DESIGN.md compliance in UI/UX, tailwind config, and global styles
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
2026-04-25 13:33:47 +03:00 |
|
|
|
4366c77228
|
chore: remove old plans, reports, and debug artifacts
Removed:
- Implemented plans: BOX_SCANNING_MASTER_PLAN, SECURITY_AUDIT_PLAN
- Completed reports: SECURITY_REPORT, PHASE_2_COMPLETION_REPORT, REFACTORING_*
- Plan archives: PLAN_HISTORY, SESSION_HISTORY, PLAN.md
- Debug files: ZOOM_DEBUG_GUIDE, .impeccable.md
- Session memory: .remember/remember.md
Kept core files: CLAUDE.md, AI_RULES.md, PROJECT_ARCHITECTURE.md, README.md
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
2026-04-19 18:18:07 +03:00 |
|