Skip to content

Feature request: Reorder within groups #1619

Open
@myndzi

Description

@myndzi

First off, thanks for your work on this. Like others, my TOTP list got long and hard to scan through, so I set about looking for an alternative that allowed grouping by use-case. This app solves that and also provides a lot of other functionality I like.

Now that I'm organized, I'm missing a minor feature that would be nice to have: within a group, I'd like to reorder the members so that certain items are at the top. I expect this isn't supported because it's ambiguous how reordering a filtered list would place the moved items in the full custom list.

I'd like to suggest a simple heuristic that could deal with this reasonably: move items the smallest distance that would satisfy the requested ordering.

Say you have these items:

  • A
  • B
  • C

And in the group view, "B" is filtered out, leaving only "A" and "C". If you drag "C" above "A", then in the full list you would wind up with C, A, B : directly before A is the nearest position that "C" can move to such that in the group view it will be sorted before "A". Similarly, if you drag "A" below "C", then in the full list you would wind up with B, C, A.

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposalA proposal for a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions