8dc8b7da9f
Build [v1.14.28]
2026-04-25 12:43:41 +03:00
41a1f7d548
chore: archive v1.14.22 milestone
2026-04-23 16:26:27 +03:00
7c4441a962
Build [v1.14.22]
2026-04-23 16:16:04 +03:00
778d671a5f
Merge tag '1.14.5_cleaned'
...
project was cleaned
2026-04-23 11:47:44 +03:00
5664a904a2
refactor: compact component spacing throughout app
...
PHASE 3 - COMPONENT SPACING OPTIMIZATION:
components/IdentityCheckOverlay.tsx:
- Modal padding: p-8 sm:p-10 → p-4 md:p-6
- Spacing: space-y-8 → space-y-3 md:space-y-4
components/CameraView.tsx:
- Container gaps: gap-6 → gap-3 md:gap-4
components/AIOnboarding.tsx (4 fixes):
- Main sections: gap-6 → gap-3 md:gap-4
- Live mode: gap-6 → gap-3 md:gap-4
- Results form: gap-6 → gap-3 md:gap-4
- Step view: gap-6 → gap-3 md:gap-4
components/ScannerSection.tsx:
- Container spacing: space-y-6 → space-y-3 md:space-y-4
- Scanner section: space-y-4 → space-y-2 md:space-y-3
components/LogsTable.tsx (2 fixes):
- Empty state: gap-6 → gap-3 md:gap-4
- Modal: p-6 sm:p-10 space-y-8 → p-4 md:p-6 space-y-3 md:space-y-4
Results:
- All 291 tests passing
- Zero TypeScript errors
- Mobile-first spacing applied throughout
- Consistent responsive pattern across all components
2026-04-19 19:06:19 +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
cf0a886b78
refactor: extract CameraView component from Scanner.tsx
2026-04-19 14:54:07 +03:00