mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 01:22:00 -05:00
[GH-ISSUE #22083] feat: add button "Show in full window" for artifacts, not just "Open in full screen" #90374
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 @bluepuma77 on GitHub (Mar 1, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22083
Check Existing Issues
Verify Feature Scope
Problem Description
LLM creates a HTML artifact, which is displayed on the side. It's a html page, which is cut off. It would be great to easily see the full page. But only a "Open in full screen" button is available, which will expand to the whole screen, not just the browser window.
Desired Solution you'd like
Add a button "Show in full window" for artifacts side window, right next to "Open in full screen".
Alternatives Considered
The side window can be manually resized, but that takes more time, also it takes more time to undo.
Additional Context