[PR #2107] [MERGED] Website: Refactor Footer for improved layout and styling consistency #3427

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

📋 Pull Request Information

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

Base: mainHead: fix-footer-spacing


📝 Commits (1)

  • de01aa7 Website: Refactor Footer for improved layout and styling consistency

📊 Changes

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

View changed files

📝 frontend/src/components/Footer.tsx (+21 -17)

📄 Description

✍️ Description

This pull request includes updates to the Footer component in the frontend/src/components/Footer.tsx file to improve the layout and styling. The most important changes include restructuring the layout, updating the class names for better styling consistency, and adding utility functions for button variants and class names.

Layout and styling improvements:

  • Restructured the Footer component layout by adjusting the div elements and their class names for better alignment and spacing.
  • Updated the class names for the Link components to use the cn utility function and buttonVariants for consistent button 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/2107 **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-footer-spacing` --- ### 📝 Commits (1) - [`de01aa7`](https://github.com/community-scripts/ProxmoxVE/commit/de01aa7e0e2508d13df3c4cf012edac3136f29ba) Website: Refactor Footer for improved layout and styling consistency ### 📊 Changes **1 file changed** (+21 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Footer.tsx` (+21 -17) </details> ### 📄 Description ## ✍️ Description This pull request includes updates to the `Footer` component in the `frontend/src/components/Footer.tsx` file to improve the layout and styling. The most important changes include restructuring the layout, updating the class names for better styling consistency, and adding utility functions for button variants and class names. Layout and styling improvements: * Restructured the `Footer` component layout by adjusting the `div` elements and their class names for better alignment and spacing. * Updated the class names for the `Link` components to use the `cn` utility function and `buttonVariants` for consistent button 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>
saavagebueno added the pull-request label 2025-11-20 06:04:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3427