mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:24:01 -04:00
[PR #164] [MERGED] fix: add loading modal for container operations #230
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/164
Author: @michelroegl-brunner
Created: 10/16/2025
Status: ✅ Merged
Merged: 10/16/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/show_modal_during_operation📝 Commits (1)
962e287feat: add loading modal for container operations📊 Changes
2 files changed (+58 additions, -0 deletions)
View changed files
📝
src/app/_components/InstalledScriptsTab.tsx(+21 -0)➕
src/app/_components/LoadingModal.tsx(+37 -0)📄 Description
Summary
Add a loading modal with spinning circle that displays during start/stop/destroy container operations to provide clear visual feedback to users.
Changes
User Flow
Technical Details
Fixes the issue where users had no visual feedback during background operations.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.