[PR #2342] [MERGED] Fix script category name text alignment in ScriptAccordion #3601

Closed
opened 2025-11-20 06:05:44 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2342
Author: @BramSuurdje
Created: 2/13/2025
Status: Merged
Merged: 2/13/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix-category-accordion-text-allignment


📝 Commits (1)

  • 8ae2abb Fix script category name text alignment in ScriptAccordion

📊 Changes

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

View changed files

📝 frontend/src/app/scripts/_components/ScriptAccordion.tsx (+1 -1)

📄 Description

✍️ Description

This pull request includes a small change to the ScriptAccordion component in the frontend/src/app/scripts/_components/ScriptAccordion.tsx file. The change adds a text-left class to the category name span to ensure the text is left-aligned.

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • [] 🆕 New script – A fully functional and tested script or script set.

📋 Additional Information (optional)


🔄 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/2342 **Author:** [@BramSuurdje](https://github.com/BramSuurdje) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix-category-accordion-text-allignment` --- ### 📝 Commits (1) - [`8ae2abb`](https://github.com/community-scripts/ProxmoxVE/commit/8ae2abb6e78f4b7b608e21d5ea3cbe5b5ae487d2) Fix script category name text alignment in ScriptAccordion ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/scripts/_components/ScriptAccordion.tsx` (+1 -1) </details> ### 📄 Description ## ✍️ Description This pull request includes a small change to the `ScriptAccordion` component in the `frontend/src/app/scripts/_components/ScriptAccordion.tsx` file. The change adds a `text-left` class to the category name span to ensure the text is left-aligned. * [`frontend/src/app/scripts/_components/ScriptAccordion.tsx`](diffhunk://#diff-8737df428a29f2d126056300690f99402e331e7f03d3143bd6afdda418cf95b5L75-R75): Added `text-left` class to the category name span for left alignment. ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [] 🆕 **New script** – A fully functional and tested script or script set. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:05:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3601