mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-25 04:35:50 +03:00
[PR #358] [MERGED] fix: Add dynamic text to container control loading modal #386
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#386
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/358
Author: @michelroegl-brunner
Created: 11/29/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/357_356📝 Commits (3)
84c0204Fix a false detection as a VM when it is a LXC93d7842feat: implement batch container type detection for performance optimization5564ae0fix: add dynamic text to container control loading modal📊 Changes
6 files changed (+194 additions, -22 deletions)
View changed files
📝
package-lock.json(+4 -3)📝
package.json(+4 -3)📝
src/app/_components/InstalledScriptsTab.tsx(+3 -1)📝
src/app/_components/LoadingModal.tsx(+6 -1)📝
src/server/api/routers/installedScripts.ts(+173 -12)📝
src/server/database-prisma.ts(+4 -2)📄 Description
Description
This PR adds dynamic text to the container control loading modal to show what action is being performed and the container type.
Changes
Related Issues
Fixes the user experience issue where the loading modal only showed a spinner without clear indication of what action was being performed.
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.