question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

feature: Collapsible categories

See original GitHub issue

In 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:closed
  • Created 2 years ago
  • Reactions:2
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
robbinjanssencommented, Mar 22, 2022

last but not least (and then let’s stop harassing this issue 😂 ), one more idea.

We have a global definition of sort-by and sort-direction, I would like to suggest an override possibility per category.

For example:

name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
change-template: '- [#$NUMBER] $TITLE [@$AUTHOR](https://github.com/$AUTHOR)'
sort-by: merged_at
sort-direction: ascending

categories:
  - title: "✨ New features"
    labels:
      - "new-feature"
  - title: "⬆️  Dependency updates"
    collapse-after: 1
    sort-by: title
    labels:
      - "dependencies"
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found