[PR #42] [MERGED] Merge development into main #132

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/42
Author: @michelroegl-brunner
Created: 10/6/2025
Status: Merged
Merged: 10/6/2025
Merged by: @michelroegl-brunner

Base: mainHead: development


📝 Commits (5)

  • 8f9cae8 feat: improve button layout and UI organization (#35)
  • 4c435b7 Add category sidebar and filtering to scripts grid (#36)
  • 51bad28 Add reusable Badge component and refactor badge usage (#37)
  • 677729a Add advanced filtering and sorting to ScriptsGrid (#38)
  • c53e995 refactore installed scipts tab (#41)

📊 Changes

98 files changed (+3207 additions, -2212 deletions)

View changed files

.gitattributes (+40 -0)
scripts/ct/debian.sh (+43 -0)
scripts/install/debian-install.sh (+24 -0)
📝 scripts/json/2fauth.json (+1 -1)
📝 scripts/json/actualbudget.json (+1 -1)
📝 scripts/json/add-iptag.json (+1 -1)
📝 scripts/json/adguard.json (+2 -2)
📝 scripts/json/adventurelog.json (+1 -1)
📝 scripts/json/apache-guacamole.json (+1 -1)
📝 scripts/json/booklore.json (+1 -1)
📝 scripts/json/caddy.json (+13 -2)
📝 scripts/json/clean-lxcs.json (+1 -1)
📝 scripts/json/clean-orphaned-lvm.json (+1 -1)
📝 scripts/json/cloudflared.json (+1 -1)
📝 scripts/json/cockpit.json (+1 -1)
📝 scripts/json/cosmos.json (+6 -1)
📝 scripts/json/cron-update-lxcs.json (+2 -2)
📝 scripts/json/debian.json (+1 -1)
📝 scripts/json/elementsynapse.json (+4 -0)
📝 scripts/json/fstrim.json (+1 -1)

...and 78 more files

📄 Description

This PR merges the latest changes from the development branch into main, including:

  • Advanced filtering and sorting to ScriptsGrid (#38)
  • Reusable Badge component and refactor badge usage (#37)
  • Category sidebar and filtering to scripts grid (#36)
  • Improved button layout and UI organization (#35)

All features have been tested and are ready for production.


🔄 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-Local/pull/42 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `development` --- ### 📝 Commits (5) - [`8f9cae8`](https://github.com/community-scripts/ProxmoxVE-Local/commit/8f9cae8b7551d0f4c9b8aa5e122dccb3ac8d67c7) feat: improve button layout and UI organization (#35) - [`4c435b7`](https://github.com/community-scripts/ProxmoxVE-Local/commit/4c435b77d2f8c7716a043557ceaea431b54c2cd1) Add category sidebar and filtering to scripts grid (#36) - [`51bad28`](https://github.com/community-scripts/ProxmoxVE-Local/commit/51bad284d431b146e6a19c7e9ae8c32b21a21c7a) Add reusable Badge component and refactor badge usage (#37) - [`677729a`](https://github.com/community-scripts/ProxmoxVE-Local/commit/677729ad9a7a32545a579735d028f3ca758ae633) Add advanced filtering and sorting to ScriptsGrid (#38) - [`c53e995`](https://github.com/community-scripts/ProxmoxVE-Local/commit/c53e995eb4df669f6f7387ebb9f286ea4cebf468) refactore installed scipts tab (#41) ### 📊 Changes **98 files changed** (+3207 additions, -2212 deletions) <details> <summary>View changed files</summary> ➕ `.gitattributes` (+40 -0) ➕ `scripts/ct/debian.sh` (+43 -0) ➕ `scripts/install/debian-install.sh` (+24 -0) 📝 `scripts/json/2fauth.json` (+1 -1) 📝 `scripts/json/actualbudget.json` (+1 -1) 📝 `scripts/json/add-iptag.json` (+1 -1) 📝 `scripts/json/adguard.json` (+2 -2) 📝 `scripts/json/adventurelog.json` (+1 -1) 📝 `scripts/json/apache-guacamole.json` (+1 -1) 📝 `scripts/json/booklore.json` (+1 -1) 📝 `scripts/json/caddy.json` (+13 -2) 📝 `scripts/json/clean-lxcs.json` (+1 -1) 📝 `scripts/json/clean-orphaned-lvm.json` (+1 -1) 📝 `scripts/json/cloudflared.json` (+1 -1) 📝 `scripts/json/cockpit.json` (+1 -1) 📝 `scripts/json/cosmos.json` (+6 -1) 📝 `scripts/json/cron-update-lxcs.json` (+2 -2) 📝 `scripts/json/debian.json` (+1 -1) 📝 `scripts/json/elementsynapse.json` (+4 -0) 📝 `scripts/json/fstrim.json` (+1 -1) _...and 78 more files_ </details> ### 📄 Description This PR merges the latest changes from the development branch into main, including: - Advanced filtering and sorting to ScriptsGrid (#38) - Reusable Badge component and refactor badge usage (#37) - Category sidebar and filtering to scripts grid (#36) - Improved button layout and UI organization (#35) All features have been tested and are ready for production. --- <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 04:12:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE-Local#132