]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ui: fix context gauge card regressions and land at the conversation end (#26099)
authorPascal <redacted>
Sun, 26 Jul 2026 04:51:10 +0000 (06:51 +0200)
committerGitHub <redacted>
Sun, 26 Jul 2026 04:51:10 +0000 (06:51 +0200)
commitff067f76dd8e9e05f0528056f1274adf01a54d70
treeebef57ac3a5dfd86a26604f123c70aed690a861b
parent7cdd557f76800b5a84ddee2bff6f20178a3e31fe
ui: fix context gauge card regressions and land at the conversation end (#26099)

The context gauge card starts monitoring like the dial does, because
its own processing state instance only follows the live stream while
its monitoring flag is set. It also gets back the text-sm and ring
classes the removed hover card wrapper used to inject, which restores
its layout. Routing to a conversation now lands at the bottom
instantly and keeps the pin one frame at a time until the page height
settles, since content-visibility size realizations and syntax
highlight passes grow the page without DOM mutations.
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContextGauge/ContextGaugePopup.svelte
tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreen.svelte
tools/ui/src/lib/constants/auto-scroll.ts