mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
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/20368
Author: @Classic298
Created: 1/4/2026
Status: ✅ Merged
Merged: 1/5/2026
Merged by: @tjbck
Base:
dev← Head:feat/prompts-read-only-access📝 Commits (5)
ac65e5bfeat: Add read-only access support for Promptsb0a28b3feat: Add read-only visual indicators for Prompts workspace5623ee1fix: Return write_access from getPromptByCommand endpoint59049e5fix: Align Read Only badge to right in Prompts.svelte348c0fdfix: Use PromptAccessResponse in get_prompt_by_command endpoint📊 Changes
5 files changed (+86 additions, -46 deletions)
View changed files
📝
backend/open_webui/models/prompts.py(+4 -0)📝
backend/open_webui/routers/prompts.py(+23 -10)📝
src/lib/components/workspace/Prompts.svelte(+10 -4)📝
src/lib/components/workspace/Prompts/PromptEditor.svelte(+45 -31)📝
src/routes/(app)/workspace/prompts/edit/+page.svelte(+4 -1)📄 Description
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.