[PR #15473] [CLOSED] style/chat background box #23843

Closed
opened 2026-04-20 05:04:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15473
Author: @henninggit
Created: 7/2/2025
Status: Closed

Base: mainHead: feature/chat-background-box


📝 Commits (10+)

  • a7772b4 Italian translation improved
  • 8572494 Update Controls.svelte
  • 9f936a0 Update General.svelte
  • 4f9ce28 Update ChatPlaceholder.svelte
  • 9d37350 Update Markdown.svelte
  • 0882433 Update Controls.svelte
  • 5261d3d Update General.svelte
  • f7920df Fix non-ascii error issue on ENABLE_FORWARD_USER_INFO_HEADERS
  • 8a63a60 Fix typo on ollama patch
  • 135b57c Update Placeholder.svelte

📊 Changes

205 files changed (+4574 additions, -2979 deletions)

View changed files

📝 backend/open_webui/config.py (+52 -5)
📝 backend/open_webui/env.py (+39 -5)
📝 backend/open_webui/internal/db.py (+19 -13)
📝 backend/open_webui/main.py (+44 -4)
📝 backend/open_webui/retrieval/loaders/main.py (+3 -1)
📝 backend/open_webui/retrieval/utils.py (+44 -36)
📝 backend/open_webui/retrieval/vector/dbs/opensearch.py (+6 -3)
📝 backend/open_webui/retrieval/vector/dbs/qdrant.py (+21 -1)
📝 backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py (+21 -1)
📝 backend/open_webui/retrieval/web/brave.py (+3 -1)
📝 backend/open_webui/routers/audio.py (+14 -9)
📝 backend/open_webui/routers/auths.py (+1 -0)
📝 backend/open_webui/routers/chats.py (+4 -2)
📝 backend/open_webui/routers/configs.py (+14 -7)
📝 backend/open_webui/routers/files.py (+8 -7)
📝 backend/open_webui/routers/images.py (+22 -6)
📝 backend/open_webui/routers/ollama.py (+39 -37)
📝 backend/open_webui/routers/openai.py (+55 -44)
📝 backend/open_webui/routers/retrieval.py (+17 -0)
📝 backend/open_webui/socket/main.py (+22 -4)

...and 80 more files

📄 Description

Pull Request Checklist

Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.

Before submitting, make sure you've checked the following:

  • Target branch: Please verify that the pull request targets the dev branch.
  • Description: Provide a concise description of the changes made in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests to validate the changes?
  • Code review: Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards?
  • Prefix: To clearly categorize this pull request, prefix the pull request title using one of the following:
    • BREAKING CHANGE: Significant changes that may affect compatibility
    • build: Changes that affect the build system or external dependencies
    • ci: Changes to our continuous integration processes or workflows
    • chore: Refactor, cleanup, or other non-functional code changes
    • docs: Documentation update or addition
    • feat: Introduces a new feature or enhancement to the codebase
    • fix: Bug fix or error correction
    • i18n: Internationalization or localization changes
    • perf: Performance improvement
    • refactor: Code restructuring for better maintainability, readability, or scalability
    • style: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.)
    • test: Adding missing tests or correcting existing tests
    • WIP: Work in progress, a temporary label for incomplete or ongoing work

Changelog Entry

Description

Added

  • [List any new features, functionalities, or additions]

Changed

  • [List any changes, updates, refactorings, or optimizations]

Deprecated

  • [List any deprecated functionality or features that have been removed]

Removed

  • [List any removed features, files, or functionalities]

Fixed

  • [List any fixes, corrections, or bug fixes]

Security

  • [List any new or updated security-related changes, including vulnerability fixes]

Breaking Changes

  • BREAKING CHANGE: [List any breaking changes affecting compatibility or functionality]

Additional Information

  • [Insert any additional context, notes, or explanations for the changes]
    • [Reference any related issues, commits, or other relevant information]

Screenshots or Videos

  • [Attach any relevant screenshots or videos demonstrating the changes]
  • The bottom image shows the effects of the changes
    image
    image

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 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/15473 **Author:** [@henninggit](https://github.com/henninggit) **Created:** 7/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/chat-background-box` --- ### 📝 Commits (10+) - [`a7772b4`](https://github.com/open-webui/open-webui/commit/a7772b4b35b4ccc68c25085a23c95b946cbf8b4c) Italian translation improved - [`8572494`](https://github.com/open-webui/open-webui/commit/85724940ee9870981bad735b76dc2526088aca96) Update Controls.svelte - [`9f936a0`](https://github.com/open-webui/open-webui/commit/9f936a0c19491b9e1a2adf00c7b81ad0dd58a67f) Update General.svelte - [`4f9ce28`](https://github.com/open-webui/open-webui/commit/4f9ce28a15736876d4b4a6a590210bf364ce45bc) Update ChatPlaceholder.svelte - [`9d37350`](https://github.com/open-webui/open-webui/commit/9d37350b97917df296c662c8a33564bdd78c04ed) Update Markdown.svelte - [`0882433`](https://github.com/open-webui/open-webui/commit/088243349d0915dd3d89fe0834a675133c7e007d) Update Controls.svelte - [`5261d3d`](https://github.com/open-webui/open-webui/commit/5261d3d31eafe993e45d34a5cc9532dd4a023761) Update General.svelte - [`f7920df`](https://github.com/open-webui/open-webui/commit/f7920df8707af24d59a0c7a03266742743be2562) Fix non-ascii error issue on ENABLE_FORWARD_USER_INFO_HEADERS - [`8a63a60`](https://github.com/open-webui/open-webui/commit/8a63a601de7f07e9c75a85b125fe0375b3feb6e7) Fix typo on ollama patch - [`135b57c`](https://github.com/open-webui/open-webui/commit/135b57ca8e55134efb92c35af60f1b850a65deb9) Update Placeholder.svelte ### 📊 Changes **205 files changed** (+4574 additions, -2979 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/config.py` (+52 -5) 📝 `backend/open_webui/env.py` (+39 -5) 📝 `backend/open_webui/internal/db.py` (+19 -13) 📝 `backend/open_webui/main.py` (+44 -4) 📝 `backend/open_webui/retrieval/loaders/main.py` (+3 -1) 📝 `backend/open_webui/retrieval/utils.py` (+44 -36) 📝 `backend/open_webui/retrieval/vector/dbs/opensearch.py` (+6 -3) 📝 `backend/open_webui/retrieval/vector/dbs/qdrant.py` (+21 -1) 📝 `backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py` (+21 -1) 📝 `backend/open_webui/retrieval/web/brave.py` (+3 -1) 📝 `backend/open_webui/routers/audio.py` (+14 -9) 📝 `backend/open_webui/routers/auths.py` (+1 -0) 📝 `backend/open_webui/routers/chats.py` (+4 -2) 📝 `backend/open_webui/routers/configs.py` (+14 -7) 📝 `backend/open_webui/routers/files.py` (+8 -7) 📝 `backend/open_webui/routers/images.py` (+22 -6) 📝 `backend/open_webui/routers/ollama.py` (+39 -37) 📝 `backend/open_webui/routers/openai.py` (+55 -44) 📝 `backend/open_webui/routers/retrieval.py` (+17 -0) 📝 `backend/open_webui/socket/main.py` (+22 -4) _...and 80 more files_ </details> ### 📄 Description # Pull Request Checklist ### Note to first-time contributors: Please open a discussion post in [Discussions](https://github.com/open-webui/open-webui/discussions) and describe your changes before submitting a pull request. **Before submitting, make sure you've checked the following:** - [x] **Target branch:** Please verify that the pull request targets the `dev` branch. - [x] **Description:** Provide a concise description of the changes made in this pull request. - [ ] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [ ] **Testing:** Have you written and run sufficient tests to validate the changes? - [x] **Code review:** Have you performed a self-review of your code, addressing any coding standard issues and ensuring adherence to the project's coding standards? - [ ] **Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following: - **BREAKING CHANGE**: Significant changes that may affect compatibility - **build**: Changes that affect the build system or external dependencies - **ci**: Changes to our continuous integration processes or workflows - **chore**: Refactor, cleanup, or other non-functional code changes - **docs**: Documentation update or addition - **feat**: Introduces a new feature or enhancement to the codebase - **fix**: Bug fix or error correction - **i18n**: Internationalization or localization changes - **perf**: Performance improvement - **refactor**: Code restructuring for better maintainability, readability, or scalability - **style**: Changes that do not affect the meaning of the code (white space, formatting, missing semi-colons, etc.) - **test**: Adding missing tests or correcting existing tests - **WIP**: Work in progress, a temporary label for incomplete or ongoing work # Changelog Entry ### Description - Altered the box surrounding the chat input field. That box is now the same size as the chat input field, with no padding and rounded edges. This was discovered when changing the background image to a custom one. - Discussion https://github.com/open-webui/open-webui/discussions/15463 ### Added - [List any new features, functionalities, or additions] ### Changed - [List any changes, updates, refactorings, or optimizations] ### Deprecated - [List any deprecated functionality or features that have been removed] ### Removed - [List any removed features, files, or functionalities] ### Fixed - [List any fixes, corrections, or bug fixes] ### Security - [List any new or updated security-related changes, including vulnerability fixes] ### Breaking Changes - **BREAKING CHANGE**: [List any breaking changes affecting compatibility or functionality] --- ### Additional Information - [Insert any additional context, notes, or explanations for the changes] - [Reference any related issues, commits, or other relevant information] ### Screenshots or Videos - [Attach any relevant screenshots or videos demonstrating the changes] - The bottom image shows the effects of the changes ![image](https://github.com/user-attachments/assets/9f37356f-0a41-46ec-a368-133d227e5a0d) ![image](https://github.com/user-attachments/assets/32d6bd97-036d-47f0-aba7-ca5c18fe1383) ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <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 2026-04-20 05:04:33 -05: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#23843