mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #13954] [CLOSED] WIP: contrast in settings modal tabs #62196
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/13954
Author: @sinejespersen
Created: 5/16/2025
Status: ❌ Closed
Base:
main← Head:feature/contrast-in-settings-modal-tabs📝 Commits (10+)
792beb0i18n: Bulgarian translationsb7ef9a0Update catalan translation.json0d8e243Merge pull request #13794 from Lutherwaves/devca34ba3Merge pull request #13801 from aleixdorca/dev16a9210Update translation for mantain promptc7f743dMerge pull request #13810 from phpia/phpia-patch-1e9b7996chore: formatfb29502refactor: replace print statements with logginga904f87fix: admin signup logicdfd4037better handling of frontend updates, following svelte docs📊 Changes
94 files changed (+2437 additions, -1029 deletions)
View changed files
📝
Dockerfile(+3 -0)📝
backend/open_webui/config.py(+51 -0)📝
backend/open_webui/main.py(+28 -3)➕
backend/open_webui/retrieval/loaders/external_document.py(+58 -0)📝
backend/open_webui/retrieval/loaders/external_web.py(+2 -2)📝
backend/open_webui/retrieval/loaders/main.py(+45 -12)📝
backend/open_webui/retrieval/utils.py(+1 -1)➖
backend/open_webui/retrieval/vector/connector.py(+0 -30)➕
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py(+712 -0)➕
backend/open_webui/retrieval/vector/factory.py(+53 -0)➕
backend/open_webui/retrieval/vector/type.py(+11 -0)📝
backend/open_webui/retrieval/web/utils.py(+6 -4)📝
backend/open_webui/routers/audio.py(+4 -0)📝
backend/open_webui/routers/auths.py(+31 -6)📝
backend/open_webui/routers/evaluations.py(+11 -12)📝
backend/open_webui/routers/files.py(+40 -25)📝
backend/open_webui/routers/knowledge.py(+1 -1)📝
backend/open_webui/routers/memories.py(+1 -1)📝
backend/open_webui/routers/ollama.py(+6 -4)📝
backend/open_webui/routers/pipelines.py(+15 -5)...and 74 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:
devbranch.Changelog Entry
Description
Fix contrast on tabs in settings modal
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
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.