nextcloud / nextcloud/bookmarks
Capacity to sort the bookmark list in ascending chrono order
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.2k
- Forks
- 189
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 10
Description
Is your feature request related to a problem? Please describe.
Wanting to clean up my list of 300+ items, wanting to see the oldest 1st. Not possible w/ current functionality. Have to scroll to bottom, rather slow and jerky.
Describe the solution you'd like
Clicking on the current sort order should toggle it to go the other way (asc -> desc, desc -> asc).
Describe alternatives you've considered
A distinct button to "sort by created date ascending".
Additional context
It's nice how the sort menu is not bloated with many buttons, but the possibility of reversing the sort order would be nice and practical.
Thanks.
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 bookmark list and its current sort menu, then trace how chronological sorting is applied. Done means selecting the current sort order toggles between ascending and descending dates, allowing the oldest bookmarks to appear first without a separate control.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100