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
We've had increased signal (and here) of some usability issues on the Users list screen. Namely:
"Load More" pagination does not remember your position when navigating back to the user's list
Can't filter users by ServiceAccount types
Can't filter users by IdentificationToken
This screen is using our legacy patterns and is due for an upgrade as well, which will solve the pagination problem.
Solution
We've migrated the Users page to our new patterns to improve paging and filtering + added a new filter by service accounts and allowing keyword search by IdentificationToken (which is indexed) while we're here.
Screenshots and Mockups
New patterns are implemented
New pagination pattern keeps the page number in the querystring, so your position is remembered across browser history
The enhancement
The Need
We've had increased signal (and here) of some usability issues on the Users list screen. Namely:
This screen is using our legacy patterns and is due for an upgrade as well, which will solve the pagination problem.
Solution
We've migrated the Users page to our new patterns to improve paging and filtering + added a new filter by service accounts and allowing keyword search by IdentificationToken (which is indexed) while we're here.
Screenshots and Mockups
Screen.Recording.2025-12-17.at.11.23.47.am.mov
Links