mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #206] [MERGED] fix: improve toggle slider visibility with better contrast and blue ON state #276
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/community-scripts/ProxmoxVE-Local/pull/206
Author: @michelroegl-brunner
Created: 10/20/2025
Status: ✅ Merged
Merged: 10/20/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/toggle-visibility-improvement📝 Commits (1)
1ea6021fix: improve toggle slider visibility with better contrast and blue ON state📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
src/app/_components/ui/toggle.tsx(+3 -3)📄 Description
Problem
The toggle sliders in the settings modal had low contrast, making it difficult to distinguish between ON and OFF states at a glance.
Solution
Enhanced the toggle component styling to improve visibility:
Changes Made:
Darkened OFF state background:
Added border to the track for better definition:
Enhanced the slider knob contrast:
Improved ON state visibility:
Testing
Fixes the visibility issue where users had to look closely to determine toggle state.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.