workbenchdev / workbenchdev/Biblioteca
Provide option to collapse all rows in sidebar
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 69
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
There should be a way to collapse all rows in the sidebar. There's already a function that does that (collapseAllRows() ) but we need to decide how to expose it to the user.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing collapseAllRows() function and the sidebar code that controls row interactions. Decide how the option should be exposed to users, then implement that entry point so it collapses every sidebar row. Done means the new option is user-accessible and invokes the existing behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100