feat(KB-642): add expand button to TaskCard component

- Add expand button to TaskCard with Maximize2 icon
- Add CSS styles for expand button overlay positioning
- Fix click behavior to prevent card expansion when clicking action buttons
- Update TaskCard tests for new expand button behavior
- Add changeset for dashboard package
This commit is contained in:
gsxdsm
2026-03-31 19:20:53 -07:00
parent 9490792afd
commit d3b08ba3da
5 changed files with 108 additions and 240 deletions

View File

@@ -0,0 +1,5 @@
---
"@fusion/dashboard": patch
---
Add missing expand icon to task cards for explicit modal open action