mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #105] [MERGED] feat: Add confirmation modal for script installation and server sorting #188
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/105
Author: @michelroegl-brunner
Created: 10/10/2025
Status: ✅ Merged
Merged: 10/10/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/script_execution📝 Commits (1)
05b7e1cfeat: Add confirmation modal for script installation and server sorting📊 Changes
3 files changed (+118 additions, -63 deletions)
View changed files
📝
src/app/_components/ColorCodedDropdown.tsx(+3 -1)📝
src/app/_components/ExecutionModeModal.tsx(+110 -61)📝
src/app/_components/SettingsModal.tsx(+5 -1)📄 Description
Summary
This PR adds a confirmation modal before script execution when only one server is saved, and implements alphabetical sorting of servers by name.
Changes
Confirmation Modal
Server Sorting
Technical Details
Testing
Screenshots
Single Server Confirmation:
Multiple Servers:
Fixes the issue where PROX3 appeared before PROX2 in server lists.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.