[PR #15034] [MERGED] feat: System prompt input fields high contrast mode #127350

Closed
opened 2026-05-21 09:10:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/15034
Author: @Classic298
Created: 6/16/2025
Status: Merged
Merged: 6/20/2025
Merged by: @tjbck

Base: devHead: system-prompt-high-contrast


📝 Commits (8)

📊 Changes

2 files changed (+9 additions, -3 deletions)

View changed files

📝 src/lib/components/chat/Controls/Controls.svelte (+4 -2)
📝 src/lib/components/chat/Settings/General.svelte (+5 -1)

📄 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:
    • feat: Introduces a new feature or enhancement to the codebase

Changelog Entry

Description

Successor of PR: https://github.com/open-webui/open-webui/pull/14856

  • Added special highlighting for the input fields of system prompts

Added

Off:

image

On:

image

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/15034 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `system-prompt-high-contrast` --- ### 📝 Commits (8) - [`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 - [`c330f06`](https://github.com/open-webui/open-webui/commit/c330f06542c1cdb5ace13a04bff56a61874346f3) Merge branch 'dev' into system-prompt-high-contrast - [`7de0e49`](https://github.com/open-webui/open-webui/commit/7de0e49dc67bf8c7bf0243994c301bc20051e9c3) Update Controls.svelte - [`22b02af`](https://github.com/open-webui/open-webui/commit/22b02af703b7836616825dffb621aad664785388) Update General.svelte - [`872b0ac`](https://github.com/open-webui/open-webui/commit/872b0ac943f2e190b849b063e24659122f1cffa6) Update General.svelte - [`3814bbf`](https://github.com/open-webui/open-webui/commit/3814bbf7b3289a80250cd49d56a3e9f392923dcf) Update General.svelte - [`b9ea613`](https://github.com/open-webui/open-webui/commit/b9ea6130c7d36c9aedc7454276644a775f4c1264) Update General.svelte ### 📊 Changes **2 files changed** (+9 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/Controls/Controls.svelte` (+4 -2) 📝 `src/lib/components/chat/Settings/General.svelte` (+5 -1) </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. - [ ] **Description:** Provide a concise description of the changes made in this pull request. - [X] **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? - [X] **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? - [X] **Prefix:** To clearly categorize this pull request, prefix the pull request title using one of the following: - **feat**: Introduces a new feature or enhancement to the codebase # Changelog Entry ### Description Successor of PR: https://github.com/open-webui/open-webui/pull/14856 - Added special highlighting for the input fields of system prompts ### Added Off: ![image](https://github.com/user-attachments/assets/16e6e670-8b20-406b-9840-02285585a3e9) On: ![image](https://github.com/user-attachments/assets/76495923-6aa2-4afe-b37d-d40dcf4c0bd6) ![image](https://github.com/user-attachments/assets/55074967-c542-4b96-8a10-9ec3e7ea56e7) ![image](https://github.com/user-attachments/assets/0402e607-03b1-4a0e-bb7f-3e1593e1b704) ### 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-05-21 09:10:24 -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#127350