mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
[PR #751] [MERGED] feat: fullscreen mode #7240
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/751
Author: @tjbck
Created: 2/16/2024
Status: ✅ Merged
Merged: 2/16/2024
Merged by: @tjbck
Base:
main← Head:styling📝 Commits (7)
9c082f1feat: sidebar stylingdb08ad9fix: stylinge99d69brefac: styling0d39a9frefac: styling2c2c2fdrefac74a3900refacdc32208refac: styling📊 Changes
13 files changed (+256 additions, -219 deletions)
View changed files
📝
src/lib/components/chat/MessageInput.svelte(+15 -8)📝
src/lib/components/chat/MessageInput/Documents.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/Models.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/PromptCommands.svelte(+1 -1)📝
src/lib/components/chat/Messages.svelte(+99 -89)📝
src/lib/components/chat/Messages/Placeholder.svelte(+1 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+3 -5)📝
src/lib/components/chat/Settings/Models.svelte(+2 -2)📝
src/lib/components/layout/Navbar.svelte(+1 -1)📝
src/lib/components/layout/Sidebar.svelte(+6 -2)📝
src/routes/(app)/+page.svelte(+55 -46)📝
src/routes/(app)/c/[id]/+page.svelte(+69 -61)📝
src/routes/error/+page.svelte(+2 -1)📄 Description
Resolves #750 #747
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.