-
-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Admin Dashboard - API Keys #1284
Conversation
In the same line of thinking as this: #1277 (comment), I moved this from being a list to being a CollectionVGrid. I need to try this out on a non-emulator since I might have lost the swipe to delete on the CollectionVGrid? If so, I can always revert this back to being a list. |
Sadly, we can't use |
Shoot. Stylistically, I definitely preferred the CollectionVGrid. I can turn this back into a list. On the list, I'm just am not a huge fan that the access token is too long to fit on most of the phones with the additional padding created by the list. I could do something with the detail page where the token isn't on the list, but, that would mean, removing the current functionality where it copies, the token to the clipboard when selected. Frankly, I could go either way. My UX/UI intuition is pretty meh so I might have to lean on your insight for which is better? |
…rmation and a failure message for both delete & create API.
Summary
This view allows users to manage API keys (create, delete, or copy them) for the Jellyfin server. While API key management might not be a frequent necessity for every user, it was a straightforward addition, so it made sense to include it for those who need it. The view offers a simple interface for handling keys, making it easy to add a new key, remove old ones, or copy existing keys to the clipboard.
Screenshots
View
Delete
Select
Added
Add