feat: conversational branching, AI markers, TaskLane improvements, collapsible sidebar #120

Merged
chihlasm merged 58 commits from feat/conversational-branching into main 2026-03-27 13:16:44 +00:00
Showing only changes of commit 4c42522925 - Show all commits

View File

@@ -20,7 +20,7 @@
/* ── Text colors ───────────────────────────────── */
--color-text-heading: #f0f2f5;
--color-text-primary: #e2e5eb;
--color-text-secondary: #848b9b;
--color-text-secondary: #a0a7b8;
--color-text-muted: #4f5666;
--color-text-rail-label: #e2e5eb;
@@ -54,7 +54,7 @@
--color-secondary: #2e3140;
--color-secondary-foreground: #e2e5eb;
--color-muted: #2e3140;
--color-muted-foreground: #848b9b;
--color-muted-foreground: #a0a7b8;
--color-accent-tw: #2e3140;
--color-accent-foreground: #e2e5eb;
--color-destructive: #f87171;