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 +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.