[PR #645] [MERGED] fix: vaultwarden info mismatch #2640

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/645
Author: @BramSuurdje
Created: 12/2/2024
Status: Merged
Merged: 12/2/2024
Merged by: @BramSuurdje

Base: mainHead: main


📝 Commits (2)

  • d0d1b65 Update vaultwarden.json to reflect new build settings: changed RAM from 4GB to 6GB for LXC configuration
  • f2ffa04 Adjust max height in ScriptAccordion to fix annoying springing of scrollbar

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

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

📄 Description

[!NOTE]

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

This pull request includes minor adjustments to the ScriptAccordion component to fix issue with the jumping in of the side scrollbar when expanding a large category, and updates to the vaultwarden.json configuration file

Styling adjustments:

Configuration updates:

Fixes # (issue)

Type of change

Please check the relevant option(s):

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

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

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

If there are other pull requests or discussions related to this change, please link them here:

  • Related PR #

🔄 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/645 **Author:** [@BramSuurdje](https://github.com/BramSuurdje) **Created:** 12/2/2024 **Status:** ✅ Merged **Merged:** 12/2/2024 **Merged by:** [@BramSuurdje](https://github.com/BramSuurdje) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`d0d1b65`](https://github.com/community-scripts/ProxmoxVE/commit/d0d1b65817695c6a5f374cb85e7c1ae22ca0731e) Update vaultwarden.json to reflect new build settings: changed RAM from 4GB to 6GB for LXC configuration - [`f2ffa04`](https://github.com/community-scripts/ProxmoxVE/commit/f2ffa04413051fc47498125641fb2fbf1848029a) Adjust max height in ScriptAccordion to fix annoying springing of scrollbar ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/app/scripts/_components/ScriptAccordion.tsx` (+1 -1) 📝 `json/vaultwarden.json` (+1 -1) </details> ### 📄 Description [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description This pull request includes minor adjustments to the `ScriptAccordion` component to fix issue with the jumping in of the side scrollbar when expanding a large category, and updates to the `vaultwarden.json` configuration file Styling adjustments: * [`frontend/src/app/scripts/_components/ScriptAccordion.tsx`](diffhunk://#diff-8737df428a29f2d126056300690f99402e331e7f03d3143bd6afdda418cf95b5L59-R59): Modified the `className` property to adjust the maximum height calculation of the accordion component. Configuration updates: * [`json/vaultwarden.json`](diffhunk://#diff-e79ef0faae8822fa41e990704471b532f8704d95155f0c81975687e3cabcc247L50-R50): Updated the build settings to increase the RAM allocation from 4GB to 6GB. Fixes # (issue) ## Type of change Please check the relevant option(s): - [x] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related PR # --- <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 05:31:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2640