-
-
Notifications
You must be signed in to change notification settings - Fork 282
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 - User Permissions #1313
base: main
Are you sure you want to change the base?
Conversation
…d up in another section. Updated planning here: jellyfin#1283 | 5 more views required!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having just done a quick skim, let's remove the Allow
prefix from each string, as the toggle should be enough to understand the permission setting.
Sounds good! These have been updated. |
Summary
Creates a Permissions view in the userDetailsView to allow for permission editing.
At this time, I am still working out the organization for the buttons I have. The working views are:
- Permissions
- Profile
- Parental Controls
- Media Access
- Media Deletion
- Live TV
This PR will only cover the items that end up in the more generic Permissions view as a catch all for items that don't have a better home.
Screenshots