feat(KB-153): add usage view mode toggle and provider icons

- Add 'used' vs 'remaining' view mode toggle with localStorage persistence
- Integrate ProviderIcon component for visual provider identification
- Add getProviderIconKey helper to map provider names to icon keys
- Update UsageWindowRow to display percentages based on selected view mode
- Add comprehensive tests for view mode toggle and icon rendering
This commit is contained in:
gsxdsm
2026-03-30 08:50:41 -07:00
parent dbb9791504
commit 9085e8d867
4 changed files with 334 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Add usage view toggle (used/remaining) and real provider icons to usage dropdown.