style: ui readability refactor v1.2.2 (removed uppercase, tracking, increased font sizes)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -5,6 +5,20 @@ Entries are added here when a new AI session starts.
|
||||
|
||||
---
|
||||
|
||||
### Handover Archive (Auto-Archived)
|
||||
**Status**: v1.2.1 Infrastructure Stable.
|
||||
**Current AI Agent**: Gemini (Antigravity)
|
||||
**Context**:
|
||||
- **Git**: Permanent solution implemented via `.git_path`. All agents MUST use this path.
|
||||
- **Branching**: Repo follows master (stable), dev (active), vX (archives). Currently on branch `dev`.
|
||||
- **UI**: Versioning is now fully dynamic from `VERSION.json`.
|
||||
- **LDAP**: Framework live in `users.py`, fallback active, config set to disabled.
|
||||
|
||||
**Next Steps**:
|
||||
1. Enable LDAP and test with real server.
|
||||
2. Proceed to Phase 6: Audit Log Dashboard UI.
|
||||
|
||||
|
||||
### 2026-04-10 (v1.2.0)
|
||||
- Implemented **Structured Categories** (Group-based) and **Item Types**.
|
||||
- Finalized **Local Authentication** with PBKDF2 (Mac/Python 3.14 compatible).
|
||||
|
||||
@@ -1 +1,13 @@
|
||||
# AI Session State - HANDOVER\n\n**Status**: v1.2.1 Infrastructure Stable.\n**Current AI Agent**: Gemini (Antigravity)\n**Context**:\n- **Git**: Permanent solution implemented via `.git_path`. All agents MUST use this path.\n- **Branching**: Repo follows master (stable), dev (active), vX (archives). Currently on branch `dev`.\n- **UI**: Versioning is now fully dynamic from `VERSION.json`.\n- **LDAP**: Framework live in `users.py`, fallback active, config set to disabled.\n\n**Next Steps**:\n1. Enable LDAP and test with real server.\n2. Proceed to Phase 6: Audit Log Dashboard UI.
|
||||
# AI Session State - HANDOVER
|
||||
|
||||
**Status**: UI Readability Refactor Completed (v1.2.2). Ready for Phase 6.
|
||||
**Current AI Agent**: Gemini (Antigravity)
|
||||
**Context**:
|
||||
- **UI Readability**: System-wide removal of `uppercase` and `tracking-*`. Font sizes increased from 9px/10px to xs/sm. Title Case applied to major buttons.
|
||||
- **Rules Compliance**: All changes logged in `ARCHIVE_LOGS.md` and `VERSION.json`.
|
||||
- **Git**: Working on branch `dev`. Path persisted in `.git_path`.
|
||||
|
||||
**Next Steps**:
|
||||
1. **Proceed to Phase 6: Audit Log Dashboard UI**. The backend already has `Log` models, but the frontend needs a more comprehensive view beyond the current "Audit History" modal if requested, OR finalize the existing ones.
|
||||
2. Enable LDAP and test with real server (from v1.2.1 goals).
|
||||
3. Deploy v1.2.2 to stable branch if user confirms.
|
||||
|
||||
Reference in New Issue
Block a user