mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #164] [MERGED] fix: add loading modal for container operations #246
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#246
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/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.