Defaultinator / defaultinator-ui

User interface for Defaultinator
MIT License
2 stars 6 forks source link

APIKeys should be in a paginated table instead of a List #9

Closed luciddr34m3r closed 2 years ago

luciddr34m3r commented 2 years ago

Currently the list of APIKeys is a List element.

Make it a paginated data table. Don't show the API key in the table, just the name and notes.

Clicking on a record takes you to the page for the specified key.