mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #33] [MERGED] Add dark mode support across UI #160
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#160
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/33
Author: @MickLesk
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @michelroegl-brunner
Base:
main← Head:development📝 Commits (2)
d59fd16Add dark mode support across UI173aaa8Improve dark mode initialization and modal UI (#32)📊 Changes
13 files changed (+678 additions, -296 deletions)
View changed files
➕
src/app/_components/DarkModeProvider.tsx(+83 -0)➕
src/app/_components/DarkModeToggle.tsx(+66 -0)📝
src/app/_components/InstalledScriptsTab.tsx(+28 -31)📝
src/app/_components/ResyncButton.tsx(+5 -5)📝
src/app/_components/ScriptCard.tsx(+11 -11)📝
src/app/_components/ScriptDetailModal.tsx(+404 -201)📝
src/app/_components/ScriptsGrid.tsx(+3 -3)📝
src/app/_components/ServerForm.tsx(+18 -18)📝
src/app/_components/SettingsButton.tsx(+1 -1)📝
src/app/_components/SettingsModal.tsx(+16 -16)📝
src/app/layout.tsx(+33 -2)📝
src/app/page.tsx(+8 -8)📝
src/styles/globals.css(+2 -0)📄 Description
✍️ Description
Introduces DarkModeProvider and DarkModeToggle components for theme management. Updates all major UI components and pages to support dark mode styling using Tailwind CSS dark variants, improving accessibility and user experience for users preferring dark themes.
🔗 Related PR / Issue
Link: #24
✅ Prerequisites (X in brackets)
Screenshot for frontend Change
🛠️ Type of Change (X in brackets)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.