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

Slider range and html cleanup #344

Open
wants to merge 19 commits into
base: dev
Choose a base branch
from

Commits on Jun 26, 2024

  1. Simplifying language loading to avoid double toasts on language chang…

    …e at webpage startup. Also using resolvedLanguage to make it more robust against locales and "wrong" inputs.
    fabian committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e6cc61b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8fd51e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Swallow the first untranslated toast.success

    fabian committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cf10829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ef22be View commit details
    Browse the repository at this point in the history
  3. Error handling when translations didn't load

    fabian committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    56855cb View commit details
    Browse the repository at this point in the history
  4. Homogenously use .mb-4 and .mb-3 on tabs and adding it to `.slide…

    …r-container` to reduce usage of `<br>`
    fabian committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5a65e00 View commit details
    Browse the repository at this point in the history
  5. Moving PLAY_MONO_SPEAKER to web-UI

    fabian committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1c89ad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Moving SAVE_PLAYPOS_BEFORE_SHUTDOWN to web-UI

    fabian committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7fcd0d6 View commit details
    Browse the repository at this point in the history
  2. Changing defaults settings object to mirror the 'normal' settings a…

    …nd reduce ~20 lines of duplicate code in web ui
    
    + renaming `savePlayPosExit` to stay closer to the original 'shutdown'
    fabian committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9ce70c7 View commit details
    Browse the repository at this point in the history
  3. Moving SAVE_PLAYPOS_WHEN_RFID_CHANGE to web-UI

    fabian committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a6df160 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    971334d View commit details
    Browse the repository at this point in the history
  5. Moving PAUSE_ON_MIN_VOLUME to web-UI

    fabian committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7ab52d5 View commit details
    Browse the repository at this point in the history
  6. Moving USE_LAST_VOLUME_AFTER_REBOOT to web-UI

    fabian committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4af2a09 View commit details
    Browse the repository at this point in the history
  7. Moving VOLUMECURVE to web-UI

    fabian committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bfbd296 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Cleaning up management.html:

    - dark mode needs far less code
    - toasts got background opacity again
    - file upload progress bars now use more colors and the label is always on top and centered-
    - file reduced by about 5KB/150loc
    fabian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7802cf0 View commit details
    Browse the repository at this point in the history
  2. Reverting background opacity for toasts again

    fabian committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bc79491 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    191f052 View commit details
    Browse the repository at this point in the history
  2. tooltips for every range input that desires and introducing `data-tog…

    …gle-mask` for easy formatting powers
    fabian committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    cf536de View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Fix merge issues

    fabian committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    6697f5e View commit details
    Browse the repository at this point in the history