mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 08:15:00 -05:00
[PR #910] [MERGED] 0.1.104 #7319
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/910
Author: @tjbck
Created: 2/25/2024
Status: ✅ Merged
Merged: 2/25/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
b82ac66Merge pull request #908 from open-webui/main6bfe2a6feat: latest release check api759883afeat: check for updates13db1d5Merge pull request #909 from open-webui/check-updatesfb3804afix: check version loading progress129bb21Merge pull request #911 from open-webui/check-updates0d9e38arefac: styling8dce6b4feat: personalised greeting6780b1bfix: stylingc500990Update CHANGELOG.md📊 Changes
14 files changed (+210 additions, -66 deletions)
View changed files
📝
CHANGELOG.md(+11 -0)📝
backend/apps/web/models/tags.py(+21 -0)📝
backend/apps/web/routers/chats.py(+5 -2)📝
backend/constants.py(+1 -0)📝
backend/main.py(+21 -1)📝
package.json(+1 -1)📝
src/lib/apis/index.ts(+34 -0)📝
src/lib/components/chat/MessageInput.svelte(+12 -14)📝
src/lib/components/chat/MessageInput/Suggestions.svelte(+40 -38)📝
src/lib/components/chat/Messages/Placeholder.svelte(+4 -1)📝
src/lib/components/chat/Settings/About.svelte(+48 -2)📝
src/lib/components/layout/Sidebar.svelte(+8 -2)📝
src/lib/utils/index.ts(+2 -3)📝
src/routes/(app)/+layout.svelte(+2 -2)📄 Description
Resolves #580
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.