You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: