mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
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/community-scripts/ProxmoxVE-Local/pull/34
Author: @MickLesk
Created: 10/6/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @MickLesk
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
🔗 Related PR / Issue
Link: #
✅ 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.