feat(chat): implement native hub chat with sqlite conversations store, SSE streaming and DSH 5th universe integration
This commit is contained in:
@@ -40,6 +40,9 @@
|
||||
--accent-nabil: #8b5cf6; /* Nabil Purple / Gold */
|
||||
--accent-nabil-glow: rgba(139, 92, 246, 0.25);
|
||||
|
||||
--accent-dsh: #06b6d4; /* DSH Cyan / DeepSeek */
|
||||
--accent-dsh-glow: rgba(6, 182, 212, 0.25);
|
||||
|
||||
/* Current Active Accent (Dynamically mapped via JS) */
|
||||
--hub-accent-current: var(--accent-tt);
|
||||
--hub-accent-glow-current: var(--accent-tt-glow);
|
||||
@@ -55,4 +58,5 @@
|
||||
--hub-sidebar-width: 260px;
|
||||
--hub-sidebar-collapsed-width: 72px;
|
||||
--hub-header-height: 56px;
|
||||
--hub-conv-sidebar-width: 280px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user