mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #511] [MERGED] feat: convo tagging #59216
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/511
Author: @tjbck
Created: 1/18/2024
Status: ✅ Merged
Merged: 1/18/2024
Merged by: @tjbck
Base:
main← Head:tags📝 Commits (10+)
4e828b0feat: convo tagging frontend93ec040fix: share modal styling4c69e23fix: wording287668ffeat: tag add/remove frontend077f1fafeat: convo tagging backend supportd5ed119feat: convo tagging api added987685dfeat: convo tagging full integration1eec176feat: save tags to chat data220530cfeat: convo tag filtering76529acdoc: feature📊 Changes
13 files changed (+870 additions, -63 deletions)
View changed files
📝
README.md(+2 -0)📝
backend/apps/web/models/chats.py(+29 -18)➕
backend/apps/web/models/tags.py(+206 -0)📝
backend/apps/web/routers/chats.py(+127 -0)📝
src/lib/apis/chats/index.ts(+197 -0)➕
src/lib/components/chat/ShareChatModal.svelte(+38 -0)📝
src/lib/components/common/Modal.svelte(+3 -1)📝
src/lib/components/layout/Navbar.svelte(+124 -36)📝
src/lib/components/layout/Sidebar.svelte(+36 -2)📝
src/lib/stores/index.ts(+1 -0)📝
src/routes/(app)/+layout.svelte(+4 -1)📝
src/routes/(app)/+page.svelte(+50 -3)📝
src/routes/(app)/c/[id]/+page.svelte(+53 -2)📄 Description
Resolves #492
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.