mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-25 12:32:58 -05:00
[PR #15751] [CLOSED] feat/style: Improve workspace prompts UI and enhance prompt variable documentation #10733
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/15751
Author: @Classic298
Created: 7/15/2025
Status: ❌ Closed
Base:
dev← Head:workspace-design-changes📝 Commits (1)
0bb4e03Workspace design improvements (#15)📊 Changes
5 files changed (+37 additions, -26 deletions)
View changed files
📝
src/lib/components/workspace/Knowledge.svelte(+1 -1)📝
src/lib/components/workspace/Models.svelte(+1 -1)📝
src/lib/components/workspace/Prompts.svelte(+1 -1)📝
src/lib/components/workspace/Prompts/PromptEditor.svelte(+32 -21)📝
src/lib/components/workspace/Tools.svelte(+2 -2)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.THIS PR IS MOSTLY SUGGESTIVE, PLEASE REFACTOR IF DIFFERENT DESIGN IS DESIRED
Description
This PR enhances the workspace prompts interface with improved visual design and better user experience. The changes focus on form layout improvements, better visual hierarchy, and comprehensive documentation of prompt variable capabilities.
Changelog Entry
Description
Added
Changed
Fixed
Additional Information
Screenshots or Videos
Highlighted all the plus buttons, to match the overall design in the Notes area - before, the plus icon was not highlighted by a round circle, which made it hard to find and not very obvious to click it!
Current plus icon in Notes section for comparison (much clearer to see:)

Redesigned the prompt-creation form, made input fields larger, added some subtle spacing to make it nicer to look at. Before, the input field for the command was VERY VERY small, now it is a good size. Prompt Text input field looks much nicer now. Titles and input fields are all left aligned for a nice visual experience and finally, the info text about prompt variables underneath the input field was slightly expanded to accomondate for the prompt variable changes in 0.6.16.
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.