mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #18343] [CLOSED] miss click #63614
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/18343
Author: @GustavSah
Created: 10/15/2025
Status: ❌ Closed
Base:
main← Head:bug-fixes📝 Commits (10+)
d232742Updated dev.sh1bdfe18Ändra title4c54095Uppdaterat namn5b3b290Update package-lock.json5262185byte av title och färgbc63987Uppdaterat titlee2f7798Tagit bort så den inte model bilden är rund298f4a8lagt till model bilden107b97cUppdaterat chat interaction9510c56Fixad logo och darkmode📊 Changes
53 files changed (+4147 additions, -3450 deletions)
View changed files
📝
.gitignore(+1 -0)➕
backend/dev.ps1(+18 -0)📝
backend/dev.sh(+8 -1)📝
backend/open_webui/env.py(+3 -3)📝
backend/open_webui/static/favicon-dark.png(+0 -0)📝
backend/open_webui/static/favicon.ico(+0 -0)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/logo.png(+0 -0)➕
backend/open_webui/static/model-dark.png(+0 -0)➕
backend/open_webui/static/model.png(+0 -0)📝
backend/open_webui/static/site.webmanifest(+2 -2)📝
backend/open_webui/static/splash-dark.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)➕
backend/open_webui/static/sweco.png(+0 -0)📝
package-lock.json(+3942 -3248)📝
src/app.css(+11 -17)📝
src/app.html(+6 -6)📝
src/lib/components/OnBoarding.svelte(+6 -0)📝
src/lib/components/channel/Channel.svelte(+1 -1)📝
src/lib/components/channel/Messages/Message.svelte(+1 -1)...and 33 more files
📄 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. Not targeting thedevbranch may lead to immediate closure of the PR.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
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.