mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #326] [MERGED] feat: message components refac #20259
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/326
Author: @tjbck
Created: 12/30/2023
Status: ✅ Merged
Merged: 12/30/2023
Merged by: @tjbck
Base:
main← Head:messages-refac📝 Commits (3)
f91a6b6feat: message components refacb916f1bfeat: messages refac7ffc190feat: toggle settings shortcut added📊 Changes
14 files changed (+933 additions, -793 deletions)
View changed files
📝
src/lib/components/chat/Messages.svelte(+49 -788)➕
src/lib/components/chat/Messages/Name.svelte(+3 -0)➕
src/lib/components/chat/Messages/Placeholder.svelte(+71 -0)➕
src/lib/components/chat/Messages/ProfileImage.svelte(+7 -0)➕
src/lib/components/chat/Messages/ResponseMessage.svelte(+537 -0)➕
src/lib/components/chat/Messages/Skeleton.svelte(+19 -0)➕
src/lib/components/chat/Messages/UserMessage.svelte(+195 -0)📝
src/lib/components/chat/ModelSelector.svelte(+4 -3)📝
src/lib/components/chat/ShortcutsModal.svelte(+17 -0)📝
src/routes/(app)/+layout.svelte(+7 -0)📝
src/routes/(app)/+page.svelte(+12 -1)📝
src/routes/(app)/c/[id]/+page.svelte(+12 -1)➕
static/ollama-dark.png(+0 -0)📝
static/ollama.png(+0 -0)📄 Description
Resolves #269
Fixes issues with #231
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.