feat(KB-238): remove "Using" prefix from pace indicator messages

- Remove "Using " prefix from pace calculation messages in usage.ts

- Update message format from "Using X% over/under pace" to "X% over/under pace"

- Update all UsageIndicator tests to match new message format

- Add changeset for patch release of @dustinbyrne/kb
This commit is contained in:
gsxdsm
2026-03-30 19:16:48 -07:00
parent 4215d9c81f
commit 17baebe0fa
3 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Remove "Using" prefix from pace indicator messages in usage dropdown for cleaner UI.