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

@@ -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).