Phase 1: Sidebar-Navigation, Dashboard-Cockpit & HTMX-Integration

- New sidebar layout (6 sections: Dashboard, Personen, Land, Finanzen, Dokumente, System)
- Collapsible sidebar with localStorage persistence
- Top bar with user dropdown and breadcrumbs
- Dashboard cockpit with live KPI cards (Destinataere, Foerderungen, Zahlungen, Laendereien)
- Action items: overdue Nachweise, pending payments, upcoming events, new emails, expiring leases
- Quick actions panel and recent audit log
- HTMX (2.0.4) and Alpine.js (3.14.8) integration via CDN
- django-htmx middleware and CSRF token setup
- Fix IMAP_PORT empty string handling in settings

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
SysAdmin Agent
2026-03-11 10:22:42 +00:00
parent 3ca2706e5d
commit bf47ba11c9
5 changed files with 945 additions and 1062 deletions

View File

@@ -11,4 +11,5 @@ gunicorn==22.0.0
python-dateutil==2.9.0
markdown==3.6
django-otp==1.2.4
django-htmx==1.19.0
qrcode[pil]==7.4.2