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

[stable27] refactor: make browserCheck an util #11136

Merged
merged 3 commits into from
Dec 7, 2023

Commits on Dec 6, 2023

  1. refactor: make browserCheck an util

    - There is no need to be a mixin, it has nothing Vue-related or reactive
    - Move to utils
    - Refactor computed and Vue component methods to exported constants and functions
    
    Signed-off-by: Grigorii K. Shartsev <[email protected]>
    ShGKme authored and SystemKeeper committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1b5a579 View commit details
    Browse the repository at this point in the history
  2. refactor: remove workaround for Safari in browserCheck

    - faisalman/ua-parser-js#599 is fixed in 1.0.32
    
    Signed-off-by: Grigorii K. Shartsev <[email protected]>
    ShGKme authored and SystemKeeper committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    1c79189 View commit details
    Browse the repository at this point in the history
  3. Fix use of blockCalls in vue template

    Signed-off-by: Marcel MΓΌller <[email protected]>
    SystemKeeper committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dc3ef3f View commit details
    Browse the repository at this point in the history