[PR #281] [MERGED] Fix: Add minimize buttons to FilterBar and Newest Scripts sections #324

Closed
opened 2026-02-26 12:40:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/281
Author: @michelroegl-brunner
Created: 11/7/2025
Status: Merged
Merged: 11/7/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix/270


📝 Commits (1)

  • 45ba67c Add minimize buttons to FilterBar and Newest Scripts sections

📊 Changes

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

View changed files

📝 src/app/_components/FilterBar.tsx (+67 -38)
📝 src/app/_components/ScriptsGrid.tsx (+56 -30)

📄 Description

Changes

  • Add minimize/collapse functionality to FilterBar component

    • Users can now minimize the filter section to save screen space
    • Minimize button with chevron icon in the header
  • Add minimize/collapse functionality to Newest Scripts section

    • Users can now minimize the newest scripts carousel
    • Minimize button with chevron icon in the header
  • Conditional display for Newest Scripts section

    • Newest Scripts section is now only shown when:
      • User is not searching
      • User has no active filters
      • User is not viewing a category
    • This prevents the section from appearing when it's not relevant

Benefits

  • Better UX: Users can minimize sections they don't need to see
  • Cleaner interface: Newest Scripts only shows when appropriate
  • More screen space: Minimized sections take up less vertical space

🔄 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/281 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 11/7/2025 **Status:** ✅ Merged **Merged:** 11/7/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/270` --- ### 📝 Commits (1) - [`45ba67c`](https://github.com/community-scripts/ProxmoxVE-Local/commit/45ba67c8278804e7f38a5e96fe6aaf2379e962fe) Add minimize buttons to FilterBar and Newest Scripts sections ### 📊 Changes **2 files changed** (+123 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `src/app/_components/FilterBar.tsx` (+67 -38) 📝 `src/app/_components/ScriptsGrid.tsx` (+56 -30) </details> ### 📄 Description ## Changes - Add minimize/collapse functionality to FilterBar component - Users can now minimize the filter section to save screen space - Minimize button with chevron icon in the header - Add minimize/collapse functionality to Newest Scripts section - Users can now minimize the newest scripts carousel - Minimize button with chevron icon in the header - Conditional display for Newest Scripts section - Newest Scripts section is now only shown when: - User is not searching - User has no active filters - User is not viewing a category - This prevents the section from appearing when it's not relevant ## Benefits - Better UX: Users can minimize sections they don't need to see - Cleaner interface: Newest Scripts only shows when appropriate - More screen space: Minimized sections take up less vertical space --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:40:59 +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-Local#324
No description provided.