nextcloud / nextcloud/bookmarks

Capacity to sort the bookmark list in ascending chrono order

Open
#2,080 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.