mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #123] [MERGED] feat: Add container running status indicators with auto-refresh #200
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/123
Author: @michelroegl-brunner
Created: 10/13/2025
Status: ✅ Merged
Merged: 10/13/2025
Merged by: @michelroegl-brunner
Base:
main← Head:feat/show_lxc_running_state📝 Commits (5)
762d748feat: add container running status indicators with auto-refreshdc62a08feat: update default sorting to group by server then container IDb39d85ffeat: improve container status check triggeringf02fe1fperf: optimize container status checking by batching per server23f7501fix: resolve all linting errors📊 Changes
3 files changed (+340 additions, -10 deletions)
View changed files
📝
src/app/_components/InstalledScriptsTab.tsx(+133 -9)📝
src/app/_components/ScriptInstallationCard.tsx(+24 -1)📝
src/server/api/routers/installedScripts.ts(+183 -0)📄 Description
🚀 Container Running Status Feature
This PR adds real-time container running status indicators to the installed scripts tab with automatic refresh every 60 seconds.
✨ Features
🔧 Technical Implementation
📊 Performance Impact
🎯 User Experience
🧪 Testing
Resolves container status visibility in installed scripts tab.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.