feat: /todo command, breitere Sidebar, TODO.md gitignored

- Neuer Claude-Code Slash-Command /todo zur Pflege einer lokalen TODO-Liste
- TODO.md in .gitignore aufgenommen (bleibt lokal)
- TUI-Sidebar breiter: width 28→40 (min 22→30, max 40→55)
This commit is contained in:
2026-03-13 14:24:53 +01:00
parent d7887ae0c9
commit 73619fbc9c
3 changed files with 34 additions and 3 deletions

View File

@@ -14,9 +14,9 @@ Screen {
/* ── Seitenleiste (Konversationsliste) ────────────────────────────────── */
#sidebar {
width: 28;
min-width: 22;
max-width: 40;
width: 40;
min-width: 30;
max-width: 55;
border-right: solid $primary-darken-1;
}