[PR #751] [MERGED] feat: fullscreen mode #7240

Closed
opened 2025-11-11 17:21:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: styling


📝 Commits (7)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/751 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/16/2024 **Status:** ✅ Merged **Merged:** 2/16/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `styling` --- ### 📝 Commits (7) - [`9c082f1`](https://github.com/open-webui/open-webui/commit/9c082f1ba0f23577724cfbdfbf6894d27e776cfe) feat: sidebar styling - [`db08ad9`](https://github.com/open-webui/open-webui/commit/db08ad964c492cf7198e90db34524953d090752a) fix: styling - [`e99d69b`](https://github.com/open-webui/open-webui/commit/e99d69bfe24fe8d76fcf56bd7fbfb90b791d550b) refac: styling - [`0d39a9f`](https://github.com/open-webui/open-webui/commit/0d39a9fe0e9001fb4099c65db8eac842e37df694) refac: styling - [`2c2c2fd`](https://github.com/open-webui/open-webui/commit/2c2c2fd889b45e732438c7d4ef33efac479703d7) refac - [`74a3900`](https://github.com/open-webui/open-webui/commit/74a3900ad0816a0f033bd2e70c3e385d296abc5f) refac - [`dc32208`](https://github.com/open-webui/open-webui/commit/dc322084bb8cbee02400c5913a9f749534d2e702) refac: styling ### 📊 Changes **13 files changed** (+256 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Resolves #750 #747 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:21:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7240