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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user