style: ui readability refactor v1.2.2 (removed uppercase, tracking, increased font sizes)

This commit is contained in:
Daniel Bedeleanu
2026-04-11 11:22:40 +03:00
parent 99b70a9de8
commit 4136d49936
25 changed files with 2552 additions and 548 deletions

View File

@@ -1,12 +1,17 @@
### [2026-04-10 21:59] v1.2.1: Infrastructure UI Dynamic Versioning
**Purpose:** Implemented master/dev/vX branching strategy, fixed Git binary path persistence, removed UI uppercase enforcement, and synchronized VERSION.json with UI.
### [2026-04-11 11:21] v1.2.2: UI Readability & Density Optimization
**Purpose:** System-wide removal of `uppercase` transformations and `tracking-widest` spacing. Increased base font sizes for labels and buttons from `9px`/`10px` to `xs`/`sm` across all pages and components to improve accessibility and readability. Updated Gemini model reference in UI to 2.0 Flash.
**Modified Files:**
- `AI_RULES.md`
- `VERSION.json`
- `frontend/app/page.tsx`
- `.git_path` (NEW)
- `frontend/app/admin/page.tsx`
- `frontend/app/login/page.tsx`
- `frontend/components/BottomNav.tsx`
- `frontend/components/AIOnboarding.tsx`
- `frontend/components/AdminOverlay.tsx`
- `frontend/components/LogsOverlay.tsx`
- `dev_docs/ARCHIVE_LOGS.md`
### [2026-04-10 21:59] v1.2.1: Infrastructure & UI Dynamic Versioning
# Archive Logs
This file contains the mandatory historical log of code, architecture, and logic modifications.
Each entry MUST be formatted chronologically.