hydrusnetwork / hydrusnetwork/hydrus
Collapse namespaces in tag lists
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
There should be a way (preferably some shortcut), to (un)collapse namespaces in tag lists.
For example a tag list with
creator:a
creator:b
creator:c
creator:d
title:a
title:b
should display something like
creator:... (4 collapsed)
title:... (2 collapsed)
after toggling this. This should only affect the tag list it was actived on.
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 tag-list UI and its existing toggle or shortcut handling. Use the example in the issue to determine how namespace groups should collapse and expand, and verify that toggling one tag list does not affect another. Done means grouped namespaces show their collapsed counts and can be restored independently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100