Skip to content

Fix: Add minimize buttons to FilterBar and Newest Scripts sections#281

Merged
michelroegl-brunner merged 1 commit intomainfrom
fix/270
Nov 7, 2025
Merged

Fix: Add minimize buttons to FilterBar and Newest Scripts sections#281
michelroegl-brunner merged 1 commit intomainfrom
fix/270

Conversation

@michelroegl-brunner
Copy link
Copy Markdown
Member

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

- Add minimize/collapse functionality to FilterBar component
- Add minimize/collapse functionality to Newest Scripts section
- Hide Newest Scripts section when user is searching, filtering, or viewing a category
- Both sections can now be minimized to save screen space
@michelroegl-brunner michelroegl-brunner requested a review from a team as a code owner November 7, 2025 11:58
@michelroegl-brunner michelroegl-brunner linked an issue Nov 7, 2025 that may be closed by this pull request
@michelroegl-brunner michelroegl-brunner merged commit 21f723b into main Nov 7, 2025
4 checks passed
@michelroegl-brunner michelroegl-brunner changed the title Add minimize buttons to FilterBar and Newest Scripts sections Fix: Add minimize buttons to FilterBar and Newest Scripts sections Nov 7, 2025
@michelroegl-brunner michelroegl-brunner deleted the fix/270 branch November 13, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Hide the upper sections

1 participant