feat(KB-050): move progress bar to top of task card

- Move progress bar before task title for improved visual hierarchy

- Make task completion status more prominent at first glance

- Add changeset documenting the UI improvement
This commit is contained in:
gsxdsm
2026-03-29 19:53:26 -07:00
parent a53e4c1420
commit c2cf5ecb6b
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Move progress bar to top of task card for improved visual hierarchy. The progress indicator now appears immediately after the card header and before the task title, making task completion status more prominent at first glance.