Feature: Sorting and filtering on Applications list in Auth0 Dashboard
Description: In the Applications list on the Auth0 Dashboard the applications are sorted by name, but if you exceed 100 applications the list starts using pagination. When the list is split up in pages the overall sorting fails, because the frontend sorts the first 100 applications separately and when you go to page two the remaining applications are sorted separately.
This makes the search for applications difficult.
Use-case: We would like the sorting by name to cover all applications. It would also be nice to have a filtering on the application name to limit the list