Add dark mode theme support across the UI

Introduce light/dark/system theme toggle with Bootstrap data-bs-theme and theme-aware surfaces and components.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
ryang3d
2026-06-04 00:01:03 -07:00
co-authored by Cursor
parent 47626f0c7c
commit 40bd028efe
17 changed files with 422 additions and 42 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ function ConversationList({ conversations, selectedConversation, onSelectConvers
style={{cursor: 'pointer'}}
>
<div className="d-flex align-items-start gap-2">
<div className="flex-shrink-0 mt-1 p-2 rounded-circle bg-white shadow-sm">
<div className="flex-shrink-0 mt-1 p-2 rounded-circle bg-body-tertiary shadow-sm">
{getConversationIcon(conv.type)}
</div>
<div className="flex-fill min-w-0" style={{overflow: 'hidden'}}>