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
de8c5c7135
Build [v1.14.31]
2026-04-25 12:53:41 +03:00
d0f166a370
Build [v1.14.30]
2026-04-25 12:49:02 +03:00
8dc8b7da9f
Build [v1.14.28]
2026-04-25 12:43:41 +03:00
778d671a5f
Merge tag '1.14.5_cleaned'
...
project was cleaned
2026-04-23 11:47:44 +03:00
a9a64b8d0c
feat(5-03-05): integrate ExportPanel into admin dashboard
2026-04-22 17:43:18 +03:00
2cbc036eb2
fix: critical mobile viewport fixes - login, modals, page constraints
...
- Remove min-h-screen or make responsive (md:min-h-screen for desktop only)
- Login modal: p-8 → p-4 md:p-6, space-y-8 → space-y-3 md:space-y-4
- NewItemDialog: responsive spacing p-4 md:p-6, gaps 3 md:gap-4
- StockAdjustmentPanel: p-6 → p-4 md:p-6, gaps/spacing reduced for mobile
- All container padding and gaps now follow mobile-first pattern
- Fixes viewport overflow on 375px portrait mode
- Tests: 291/291 passing
2026-04-19 19:04:17 +03:00
c0232bb2f1
refactor: remove all bold font weights from UI/UX (291 replacements)
...
Replace font-bold, font-black, and font-semibold with font-normal throughout:
- 26 component files
- 1 CSS utility file (globals.css)
- 291 total occurrences
Text hierarchy now maintained through font-size differences only.
All tests passing (291/291).
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-04-19 18:28:23 +03:00
73dde9b40d
feat: add responsive typography scaling for desktop readability
...
- Add CSS clamp() for fluid font-size scaling (16px to 20px based on viewport)
- Apply responsive breakpoint classes to all components:
* text-xs → lg:text-sm xl:text-base
* text-sm → lg:text-base xl:text-lg
* text-base → lg:text-lg xl:text-xl
* text-lg → lg:text-xl xl:text-2xl
* text-xl → lg:text-2xl xl:text-3xl
* text-2xl → lg:text-3xl xl:text-4xl
* text-3xl → lg:text-4xl xl:text-5xl
- Apply responsive padding/spacing scaling proportionally
- Updated 27 component and page files
- Build verified: 6 routes, zero TypeScript errors
- Fixes readability on MacBook Pro 14" and other desktop screens without browser zoom
2026-04-19 18:03:21 +03:00
a8319f1580
test: add data-testid attributes to admin page sections
2026-04-19 09:30:59 +03:00
1bd287451f
polish: add focus indicators and semantic HTML to admin page
...
- Add focus-visible ring to logout button (was missing in audit)
- Add aria-label to logout button for screen readers
- Wrap main content in semantic <main> tag
- Improves accessibility and keyboard navigation for admin users
2026-04-18 14:15:25 +00:00
9611b991b6
refactor(design): implement improved OLED dark palette and typography system
...
- Upgraded color palette with enhanced contrast (5.2:1 to 15:1 ratios)
- Replaced all text-slate-* utilities with semantic color tokens
- Added Fira Code + Fira Sans typography stack
- Converted CSS variables from SCSS to direct hex values
- Updated 26 components with improved color semantics
- Added cursor-pointer and focus states (accessibility phase 1)
- Added aria-labels to 35+ icon-only buttons
- Added prefers-reduced-motion support in globals.css
WCAG AA compliance verified across all text color combinations.
Fixes invisible text issues (slate-500 4.2:1 → muted 5.2:1).
2026-04-17 13:14:09 +03:00
db918a86ab
feat(admin): finalizing modular refactoring with testing suite and UI polish
2026-04-15 16:41:20 +03:00
Daniel Bedeleanu
1893c4f38b
modificari mari
2026-04-15 15:20:45 +03:00
Daniel Bedeleanu
66844a56e9
fix: use Database icon for Local Archives stat card
...
- Changed from Archive to Database icon
- Better semantic representation of database backups
- Improves UI clarity and consistency
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com >
2026-04-15 11:29:03 +03:00
Daniel Bedeleanu
45db169dda
fix: refactor Admin page stat cards to use StatCard component
...
- Replace Local Archives stat display with StatCard
- Consistent styling and responsive layout across admin stats
- Improves mobile content overflow handling
2026-04-15 11:26:29 +03:00
Daniel Bedeleanu
6c57b1b0c2
blabla
2026-04-14 22:54:19 +03:00
Daniel Bedeleanu
00ee4cf9c5
Build [v1.9.19]
2026-04-14 20:44:01 +03:00
Daniel Bedeleanu
3069a921e7
Build [v1.8.6] (TypeScript unknown catch type fix)
2026-04-13 19:56:27 +03:00
Daniel Bedeleanu
2e5c666cc8
Build [v1.5.0] - Box Management & Label Printing
2026-04-12 21:30:50 +03:00
Daniel Bedeleanu
50ae3671c9
Build [v1.4.1] - Security hardening, PWA and UI refinements
2026-04-12 10:45:57 +03:00
Daniel Bedeleanu
f3d861b1a2
Build [v1.4.0] - Audit Dashboard & LDAP Restoration
2026-04-12 09:39:17 +03:00
Daniel Bedeleanu
704934165f
Build [v.1.3.6]
2026-04-11 17:14:22 +03:00
Daniel Bedeleanu
96fe655f72
fix: add missing icon imports v1.2.6
2026-04-11 11:49:31 +03:00
Daniel Bedeleanu
aa134e4384
style: synchronize icons for categories and items v1.2.5
2026-04-11 11:46:34 +03:00
Daniel Bedeleanu
a4cea4ce07
feat: offline ldap support and ui polish v1.2.4
2026-04-11 11:41:39 +03:00
Daniel Bedeleanu
4136d49936
style: ui readability refactor v1.2.2 (removed uppercase, tracking, increased font sizes)
2026-04-11 11:22:40 +03:00