mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #146] [MERGED] feat: Add UI Access button and rearrange the Action Buttons in a Dropdown. #214
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/146
Author: @michelroegl-brunner
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/open_script_ui📝 Commits (6)
e3b9ceefeat: Add Web UI IP:Port tracking and access functionality77f3bcbfeat: Disable Open UI button when container is stoppedcfc664bfeat: Align Re-detect buttons consistently in Web UI column64a3142feat: Add actions dropdown menu with conditional Start/Stop colors and update help3e8ba6aFix TypeScript build error in server.js0ab76b8Merge branch 'main' into feat/open_script_ui📊 Changes
11 files changed (+1608 additions, -139 deletions)
View changed files
📝
package-lock.json(+679 -1)📝
package.json(+1 -0)📝
server.js(+73 -0)📝
src/app/_components/ContextualHelpIcon.tsx(+3 -6)📝
src/app/_components/HelpModal.tsx(+41 -1)📝
src/app/_components/InstalledScriptsTab.tsx(+227 -63)📝
src/app/_components/ScriptInstallationCard.tsx(+166 -60)📝
src/app/_components/ui/button.tsx(+4 -0)➕
src/app/_components/ui/dropdown-menu.tsx(+198 -0)📝
src/server/api/routers/installedScripts.ts(+178 -2)📝
src/server/database.js(+38 -6)📄 Description
🚀 Features Added
Actions Dropdown Menu
Web UI Access (Enhanced)
hostname -Iinside containerUI Improvements
Help Documentation
🔧 Technical Details
dropdown-menu.tsxcomponent using Radix UI primitivesInstalledScriptsTab.tsxandScriptInstallationCard.tsxHelpModal.tsx🎯 Benefits
🧪 Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.