[PR #2106] [MERGED] Refactor JSON generator buttons layout for better alignment and consistency #3541

Closed
opened 2026-02-26 13:33:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2106
Author: @BramSuurdje
Created: 2/6/2025
Status: Merged
Merged: 2/6/2025
Merged by: @MickLesk

Base: mainHead: fix-button-spacing


📝 Commits (1)

  • efcab56 Refactor JSON generator buttons layout for better alignment and consistency

📊 Changes

1 file changed (+16 additions, -19 deletions)

View changed files

📝 frontend/src/app/json-editor/page.tsx (+16 -19)

📄 Description

✍️ Description

This pull request includes a small change to the frontend/src/app/json-editor/page.tsx file. The change consolidates the positioning of the copy and download buttons into a single div element with a class of absolute right-2 top-2 flex gap-1.

  • Consolidated the copy and download buttons into a single div element with shared positioning and styling.

  • Related Issue: #
  • Related PR: #
  • Related Discussion: #

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [] New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2106 **Author:** [@BramSuurdje](https://github.com/BramSuurdje) **Created:** 2/6/2025 **Status:** ✅ Merged **Merged:** 2/6/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `fix-button-spacing` --- ### 📝 Commits (1) - [`efcab56`](https://github.com/community-scripts/ProxmoxVE/commit/efcab56226435518348dce00b24cc8fc97473d58) Refactor JSON generator buttons layout for better alignment and consistency ### 📊 Changes **1 file changed** (+16 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/json-editor/page.tsx` (+16 -19) </details> ### 📄 Description ## ✍️ Description This pull request includes a small change to the `frontend/src/app/json-editor/page.tsx` file. The change consolidates the positioning of the copy and download buttons into a single `div` element with a class of `absolute right-2 top-2 flex gap-1`. * Consolidated the copy and download buttons into a single `div` element with shared positioning and styling. - - - - Related Issue: # - Related PR: # - Related Discussion: # - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [x] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:33:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3541
No description provided.