mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 17:23:22 +03:00
🚀 Feature: Ability to sort OIDC Clients #420
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ReclaimedBytes on GitHub.
Feature description
OIDC clients are currently listed in the order they are created. This feature would allow you to sort them alphabetically.
Pitch
This will allow for quicker visual finding of OIDC clients.
Example:
I have many OIDC clients. For clients beyond the first page, I either have to search for them, or remember which page they are on. While it would also be nice for the "items per page" to stick or be configurable, having the ability to sort by name would make management more straightforward.
@stonith404 commented on GitHub:
Yeah this definitely makes sense.
Could you elaborate that?
@ReclaimedBytes commented on GitHub:
Sure. It may be just my setup, but in both Firefox and Safari, if I change the "items per page" to anything other than the default 10, and then refresh the page or navigate away and back, it resets to 10. It'd be great if I could set it to something else, and have that setting stick, so for example I could set it to 50, and it would just stay that way. Maybe there's a cookie being set that my machine is just ignoring?
@stonith404 commented on GitHub:
I've added sorting for all tables in
v0.24.0.Regarding the page size, the page size doesn't persist on reload. Feel free to create another feature request if you think this would be a useful feature.