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
@@ -193,7 +193,7 @@
"Verify in browser using dev-browser skill"
],
"priority": 10,
"passes": false,
"passes": true,
"notes": "The action routing needs to flow from ChatWidget up to DashboardLayout. Add an onAction prop to ChatWidget (same pattern as CommandPalette). DashboardLayout passes handlePaletteAction to ChatWidget. Export iconByType and iconColorStyles from CommandPalette (or extract to a shared module) so ChatWidget can reuse them."
}
]