mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12607] feat: support widescreen mode when sharing chats #55321
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jleknes on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12607
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Problem Description
When I query several models using widescreen and then share the chat, it is very hard to read the output for those I share with, since the window width for a shared chat is narrow. It is particularly hard to read if there is code in the answer, which is not wrapped.
Desired Solution you'd like
I think it would be wise to have a toggle between wide and narrow screen in a shared chat, especially if more than one model is used.
One could perhaps default to wide screen mode if more than one LLM is used, or if the sharing user has wide screen turned on.
Alternatives Considered
No response
Additional Context
Screenshots are provided below.
@tjbck commented on GitHub (Apr 13, 2025):
Addressed with
175919c787