feat(KB-038): add steps toggle to TaskCard

- Add steps toggle state and expand/collapse UI to TaskCard
- Add expand/collapse all steps button for better task navigation
- Add comprehensive tests for steps toggle functionality
- Update styles.css with toggle button and step list styling
- Include changeset for patch release
This commit is contained in:
gsxdsm
2026-03-29 19:40:11 -07:00
parent e06198c6aa
commit 34be4bf479
4 changed files with 345 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": minor
---
Add collapsible steps toggle to task cards on the dashboard