mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[PR #349] [MERGED] Various small fixes #381
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#381
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/349
Author: @michelroegl-brunner
Created: 11/26/2025
Status: ✅ Merged
Merged: 11/26/2025
Merged by: @MickLesk
Base:
main← Head:fix/some_small_thnigs📝 Commits (10+)
d50aff3Fix script viewer to support vm/ and tools/ scripts1d36f76Fix downloaded scripts count to include vm/ and tools/ scriptscd51945Filter categories to only show those with scriptsc8825ddFix intermittent page reloads from VersionDisplay reconnect logicc77cd33Fix Next.js HMR WebSocket and static asset handlingb01c029Fix WebSocket upgrade handling to properly route Next.js HMR3d45e6dRevert WebSocket handling to simpler approachd3da103Fix WebSocket upgrade handling to preserve Next.js HMR handlers65bed15Fix random page reloads during normal app usage53df720Fix critical bug: prevent reloads from stale updateLogsData.isComplete📊 Changes
9 files changed (+507 additions, -173 deletions)
View changed files
📝
server.js(+54 -4)📝
src/app/_components/CategorySidebar.tsx(+2 -1)📝
src/app/_components/ResyncButton.tsx(+21 -5)📝
src/app/_components/ScriptDetailModal.tsx(+1 -1)📝
src/app/_components/TextViewer.tsx(+88 -121)➕
src/app/_components/UpdateConfirmationModal.tsx(+175 -0)📝
src/app/_components/VersionDisplay.tsx(+131 -37)📝
src/app/page.tsx(+33 -3)📝
src/server/api/routers/version.ts(+2 -1)📄 Description
This PR includes various small fixes and improvements:
Commits
65bed15- Fix random page reloads during normal app usagecd51945- Filter categories to only show those with scripts1d36f76- Fix downloaded scripts count to include vm/ and tools/ scriptsd50aff3- Fix script viewer to support vm/ and tools/ scripts🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.