mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:23:54 -04:00
[PR #138] [MERGED] UI/UX Improvements and Bug Fixes #206
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/138
Author: @michelroegl-brunner
Created: 10/14/2025
Status: ✅ Merged
Merged: 10/14/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/var-ui-fixes📝 Commits (7)
2aaae1eImprove navigation layout: reduce spacing and move help icons inside nav buttons7f2fce9Enhance stop/destroy button hover effects and colorsd8d5776Fix input field alignment in editing modefbf9e39Improve button styling on available scripts page8835abaReduce footer size by approximately 50%6d737e5Add tab persistence with localStorage4a37e51Clean up code: remove unused comments and variables📊 Changes
5 files changed (+95 additions, -85 deletions)
View changed files
📝
src/app/_components/Footer.tsx(+4 -4)📝
src/app/_components/InstalledScriptsTab.tsx(+17 -16)📝
src/app/_components/ScriptsGrid.tsx(+9 -6)📝
src/app/page.tsx(+63 -56)📝
src/server/api/routers/installedScripts.ts(+2 -3)📄 Description
Summary
This PR includes several UI/UX improvements and bug fixes for the PVE Scripts Local application.
Changes Made
Navigation Improvements
Button Styling Enhancements
Input Field Alignment Fixes
Footer Improvements
Tab Persistence
Code Cleanup
Testing
Screenshots
The UI improvements provide a more polished and professional appearance with better user experience.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.