Skip to content

Conversation

@allozaur
Copy link
Collaborator

@allozaur allozaur commented Jan 7, 2026

WIP

ServeurpersoCom and others added 30 commits January 5, 2026 09:00
@github-actions github-actions bot added build Compilation issues devops improvements to build systems and github actions labels Jan 29, 2026
Make model selector dropdown responsive:
- Mobile: full width (w-full max-w-[100vw])
- Desktop: adapts to longest model name (sm:w-max)
- Replace TruncatedText with responsive span (truncate on mobile, full text on desktop via sm:overflow-visible sm:whitespace-nowrap)
- Center status icons in fixed 24px wrapper to prevent layout shifts
- Add sm:pr-2 padding between text and icon zone on desktop

Fixes dropdown cutting off long model names on desktop while maintaining full-width display on mobile with proper text truncation
@ServeurpersoCom
Copy link
Collaborator

I included a small commit to fixe this : #19094
I think I could have PR'd it to master, but that would add more conflicts to the final rebase

Parse tool results line-by-line to display images immediately after their
[Attachment saved: xxx.png] markers. Fixes previous commit where all images
from all tool calls were shown in every section. Each tool call now displays
only its own images.

Uses Svelte derived for memoization to avoid re-parsing on every streaming
chunk. Parsing only occurs when section.toolResult or message.extra changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Compilation issues devops improvements to build systems and github actions enhancement New feature or request examples server/webui server

6 participants