Daniel Bedeleanu
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
..
2026-04-19 19:05:25 +03:00
2026-04-19 19:06:19 +03:00
2026-04-17 13:41:29 +03:00
2026-04-19 11:46:44 +03:00
2026-04-19 12:31:21 +03:00
2026-04-19 17:22:50 +03:00
2026-04-19 10:18:36 +03:00
2026-04-19 19:04:17 +03:00
2026-04-17 13:00:41 +03:00
2026-04-19 10:18:36 +03:00
2026-04-18 18:49:17 +00:00
2026-04-15 20:57:01 +03:00
2026-04-10 14:05:52 +03:00
2026-04-13 20:32:40 +03:00
2026-04-15 17:31:58 +03:00
2026-04-10 21:51:22 +03:00
2026-04-17 11:45:36 +03:00
2026-04-19 12:21:15 +03:00
2026-04-19 08:01:05 +03:00
2026-04-19 10:08:52 +03:00
2026-04-10 14:05:50 +03:00
2026-04-19 18:11:51 +03:00
2026-04-19 11:46:44 +03:00
2026-04-15 19:57:06 +03:00
2026-04-19 17:32:36 +03:00
2026-04-19 09:09:33 +03:00