mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #4227] [CLOSED] fix: PWA Fixes and Improvements: Input Fields, Scrolling, Background Color… #21424
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/4227
Author: @erickgodev
Created: 7/31/2024
Status: ❌ Closed
Base:
dev← Head:fixing-pwa.input-settings-and-translation📝 Commits (1)
15e1319PWA Fixes and Improvements: Input Fields, Scrolling, Background Color, and pt-br Translation📊 Changes
3 files changed (+725 additions, -718 deletions)
View changed files
📝
src/app.html(+10 -3)📝
src/lib/components/common/SensitiveInput.svelte(+8 -1)📝
src/lib/i18n/locales/pt-BR/translation.json(+707 -714)📄 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
SensitiveInputcomponent so that Chrome does not mistakenly recognize inputs as passwords.Changed
SensitiveInputnow uses-webkit-text-security: disc;instead oftype=password, causing the browser to not recognize the field as a password. I've already checked,-webkit-text-securityworks with all browsers from the last 4 years, and Open WebUI itself doesn't work in a version so old that-webkit-text-securityisn't supported. I tested it.app.htmlso that thebodyis locked when in PWA mode, not affecting the refresh scroll on mobile and desktop.Additional Information
Screenshots or Videos
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.