feat: Buchungs-Pagination, Inbox-Scan-Button, Grafana-Direktansteuerung, UI-Feinschliff

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 16:18:54 +02:00
parent 0bad69bf42
commit d71c22adce
10 changed files with 149 additions and 13 deletions

View File

@@ -144,6 +144,10 @@ button {
margin-right: 0.5rem;
}
.muted {
color: #888;
}
section.planning-section {
margin-bottom: 2rem;
}
@@ -155,5 +159,6 @@ section.planning-section fieldset {
.version {
margin-top: 2rem;
color: #888;
font-size: 0.85rem;
text-align: center;
font-size: 0.75rem;
}