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
@@ -1018,7 +1018,7 @@ const VSCodeHeader: React.FC<VSCodeHeaderProps> = ({ title, showBack, onBack, on
valueClassName="font-semibold leading-none"
hideIcon
showPercentIcon
percentIconClassName="h-5 w-5"
percentIconClassName="h-4.5 w-4.5"
/>
)}
</div>