mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 09:13:15 +03:00
🚀 Feature: Pagination improvements #85
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 @mitchplze on GitHub.
Originally assigned to: @kmendell, @stonith404 on GitHub.
Feature description
Hello, I'm requesting that table pagination options on all pages could perhaps could become 'sticky' and remembered as an attribute for each admin.
Right now every time a page reloads, you have to reset the pagination to say, show 100 records per page instead of the default.
I also noticed that when using the < Back option on various screens, pagination resets - and you are also returned to the top of page 1, instead of where you previously were before editing the item.
For example, If I edit this:
When I click < Back, I am returned to the top of page 1, and pagination is reset to 20. Then I must navigate to the very end of the list to edit the next 'W' app.
Pitch
Bulk editing OIDC clients is challenging without this feature as the admin is forced to reset pagination and find the page / spot in the list they were at, after editing each one.
@meerumschlungen commented on GitHub:
Also in this context it might be possible to to case insensitive sorting by OIDC Client name. Currently capital letters are ordered before the uncapitalized ones.