feat: US-010 - Chat widget — clickable portfolio item cards in responses

This commit is contained in:
2026-02-15 18:30:07 +00:00
parent 29e1728e11
commit 5f3e0db712
6 changed files with 216 additions and 59 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ export function DashboardLayout() {
<DetailPanel />
{/* Floating chat widget */}
<ChatWidget />
<ChatWidget onAction={handlePaletteAction} />
</div>
)
}