feat(KB-168): add usage pace indicator to dashboard

- Add pace calculation based on task velocity to UsageIndicator
- Display pace marker and progress bar with visual indicators
- Add view mode toggle for compact vs detailed display
- Include comprehensive tests for pace indicator behavior
- Add changeset for the new feature
This commit is contained in:
gsxdsm
2026-03-30 10:44:14 -07:00
parent 2e05980a3b
commit 4b919fb732
4 changed files with 415 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Add weekly pace markers and ahead/behind percentage to usage indicator.