feature: Collapsible categories
See original GitHub issueIn some releases our “dependencies” category is huge because of many JS dependencies. It would be nice if there would be an option to make some categories collapsed by default.
Example config:
categories:
  - title: "New features"
    labels:
      - "new-feature"
  - title: "Dependency updates"
    collapsed: true
    labels:
      - "dependencies"
Example output:
What’s changed
New features
- pr1 Added a collapsed boolean to category config
 
Dependency updates
4 changes
- pr2 Bump dep1 from 6.17.9 to 6.18.0
 - pr3 Bump dep1 from 6.18.0 to 6.18.1
 - pr4 Bump dep1 from 6.18.1 to 6.18.2
 - pr5 Bump dep1 from 6.18.2 to 6.18.3
 
Is this something you would be willing to accept as an PR?
Issue Analytics
- State:
 - Created 2 years ago
 - Reactions:2
 - Comments:12 (12 by maintainers)
 
Top Results From Across the Web
phpBB • Collapsible Forum Categories - Contribution Details
An official phpBB extension that allows users to collapse and minimise forum categories with a simple click. Features:
Read more >Collapsible Categories - ProBoards
Collapsible Categories v1.0.6 ... Allows a user to collapse and expand each category on the home page. Additional Features: - You can choose...
Read more >Collapsible product categories in website shop | OCA
Collapsible product categories in website shop. This module changes categories list to allow to collapse them. This is a backport from Odoo v9...
Read more >Organize your sidebar with custom, collapsible channel ...
Mattermost now gives users flexibility to organize channels and direct messages into custom, collapsible sidebar categories.
Read more >Collapsible and expandable lists - Nimbus Note
Use round, rectangle, star, dart, rounded, arrow or even diamond list style icons to keep everything tidy - it doesn't matter if you're...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

last but not least (and then let’s stop harassing this issue 😂 ), one more idea.
We have a global definition of
sort-byandsort-direction, I would like to suggest an override possibility per category.For example:
@robbinjanssen see https://github.com/release-drafter/release-drafter/issues/706