Skip to content
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

[WIP] [iOS] Admin Dashboard Enhancements #1271

Closed
wants to merge 14 commits into from

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    bc6c523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2798397 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    791a8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    243f48f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa7b112 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Creation of displayTitles for localized text for DayOfWeek & TaskInfo…

    …. Remove leftover EditTaskTriggerView logic. Add Results/Errors to the EditScheduledTaskView. Track Progress on EditScheduledTaskView.
    JPKribs committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5f3263e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Clean up datatypes / strings outputs. Creation of a ServerTick helper…

    … struct. Creation of a ChevronInputButton object that probably needs some love...
    JPKribs committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fe5c37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ba1ae6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Device Management. Imported the Device SVGs from Jellyfin-Web. Fixed …

    …sizing for Albums Active Sessions
    JPKribs committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    be3537c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    435f8bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4007142 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d9d5c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Better Device Deletion Handling by comparing against the user session…

    … BEFORE attempting to delete. Creation of an Admin Session Indicator for showing if there are active sessions from the HomeView. Fix Day of Week localization based on jellyfin#1255 (comment) - Confirmed working! Created an activeSessions published value for usage with the Active Sessions Indicator. Migration of the ChevronInputButton to allow more input types than just TextFields. Creation of a Users section. Grid vs Row User Section. Allow for User Password Resets. Make sure the DeviceType backgrounds never clash with the SVG. General cleanup of previous work mostly labels and formatting based on changes mentioned above.
    
    Finally, migrated ALL of the UserDashboard -> AdminDashboard (Since it's admin only now) and created it's own coordinator. Now available from the ActiveSessionsIndicator.
    JPKribs committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9519901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f3383d View commit details
    Browse the repository at this point in the history