feat: show context usage as circular progress

Replaces static context icons with live circular progress indicators
Applies consistent context progress in desktop, mobile, VS Code, and mini-chat headers
Keeps usage coloring tied to existing status thresholds
This commit is contained in:
Bohdan Triapitsyn
2026-06-16 14:34:02 +03:00
parent 3ba93c111e
commit f3aff42b8a
5 changed files with 101 additions and 12 deletions
@@ -293,7 +293,7 @@ const MiniChatHeader: React.FC<{ mode: MiniChatMode }> = ({ mode }) => {
valueClassName="font-semibold leading-none"
hideIcon
showPercentIcon
percentIconClassName="h-5 w-5"
percentIconClassName="h-4.5 w-4.5"
/>
) : null}
<Button