You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Metrics panel context bar restored — llama.cpp changed log function names from update_slots to operator(), causing regex-based parsing to fail. Context bar, cached tokens, and checkpoint erasures now parse correctly again.
Added
Scrollable MetricsPanel — metrics panel now inherits from Scrollable, with a shared scrollbar for long slot lists.
Scrollable ChangelogView — changelog panel now scrolls with a scrollbar.
Responsive breakpoint system — new width and height breakpoints for adaptive layouts.
Spinner animation — active slots show an animated spinner; spinner logic centralized in utils.ts.
Model loading indicator — visual feedback while the model is loading on startup.