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

Patch 1 #1681

Merged
merged 6 commits into from
May 17, 2023
Merged

Patch 1 #1681

merged 6 commits into from
May 17, 2023

Commits on May 16, 2023

  1. Update player.js

    ModalHelper no longer needed after fixing up modal.confirm default ok/cancel dialog
    Added new switch 'custom' property. Disables default click handler, lets us display modal dialog without switching underlying option, cancelling modal dialog means underlying switch is never touched.
    raszpl authored May 16, 2023
    Configuration menu
    Copy the full SHA
    693265f View commit details
    Browse the repository at this point in the history
  2. Update satus.js

    adding switch.flip(), lets us manually change switch position
    raszpl authored May 16, 2023
    Configuration menu
    Copy the full SHA
    7b79678 View commit details
    Browse the repository at this point in the history
  3. Update satus.js

    formatting, spaces to tabs
    raszpl authored May 16, 2023
    Configuration menu
    Copy the full SHA
    d17a391 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Update player.js

    player_quality reflects 1080p resolution limit when player_h264 is enabled
    raszpl authored May 17, 2023
    Configuration menu
    Copy the full SHA
    1eb5274 View commit details
    Browse the repository at this point in the history
  2. Update player.js

    use id to directly switch linked options instead of relying on  previousSibling/nextSibling
    raszpl authored May 17, 2023
    Configuration menu
    Copy the full SHA
    2220161 View commit details
    Browse the repository at this point in the history
  3. Update player.js

    moved repeating code in player_codecs into common function
    player_quality now clearly shows Video wont work when codecs are disabled.
    raszpl authored May 17, 2023
    Configuration menu
    Copy the full SHA
    1a866b1 View commit details
    Browse the repository at this point in the history