mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #13459] [MERGED] feat: notes #23204
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/13459
Author: @tjbck
Created: 5/3/2025
Status: ✅ Merged
Merged: 5/3/2025
Merged by: @tjbck
Base:
dev← Head:notes📝 Commits (6)
7fee84cfeat: notes7de6112feat: note list uia74297erefac: styling52d32e8refac: styling1d82a1cfeat: note editor4acd278refac📊 Changes
28 files changed (+1329 additions, -211 deletions)
View changed files
📝
backend/open_webui/main.py(+3 -0)➕
backend/open_webui/migrations/versions/9f0c9cd09105_add_note_table.py(+33 -0)➕
backend/open_webui/models/notes.py(+135 -0)➕
backend/open_webui/routers/notes.py(+159 -0)➕
src/lib/apis/notes/index.ts(+187 -0)📝
src/lib/components/admin/Functions.svelte(+1 -1)📝
src/lib/components/channel/Channel.svelte(+1 -1)📝
src/lib/components/channel/MessageInput.svelte(+3 -3)📝
src/lib/components/chat/Chat.svelte(+1 -1)📝
src/lib/components/chat/MessageInput.svelte(+3 -3)📝
src/lib/components/chat/MessageInput/VoiceRecording.svelte(+95 -78)📝
src/lib/components/chat/Navbar.svelte(+2 -2)📝
src/lib/components/common/RichTextInput.svelte(+85 -77)➕
src/lib/components/icons/Calendar.svelte(+19 -0)➕
src/lib/components/icons/CalendarSolid.svelte(+11 -0)➕
src/lib/components/icons/Users.svelte(+19 -0)📝
src/lib/components/layout/Sidebar/ChatItem.svelte(+36 -31)➕
src/lib/components/notes/NoteEditor.svelte(+220 -0)➕
src/lib/components/notes/Notes.svelte(+250 -0)📝
src/lib/components/playground/Notes.svelte(+3 -3)...and 8 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.