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

Fix console warns #648

Merged
merged 9 commits into from
Dec 15, 2023

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    f9e5ff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66221d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e231f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8a1492 View commit details
    Browse the repository at this point in the history
  5. canvas-widgets: Print "canvas undefined" warning to debug context

    It will always be undefined at least once during widget startup, so it makes no sense warning about it.
    rafaellehmkuhl committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1527bee View commit details
    Browse the repository at this point in the history
  6. main-vehicle: Do not unregister cockpit-actions callback on store unm…

    …ount
    
    A store is only disposed when the application is finished, so there's no need to threat this case.
    rafaellehmkuhl committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    46ffc97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    454044c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d06469d View commit details
    Browse the repository at this point in the history
  9. web-rtc: Move groupcollapsed print to debug console

    The `groupcollapsed` method does not work in debug console, so the message was being partially printed in the `log` console.
    rafaellehmkuhl committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    1cad7e6 View commit details
    Browse the repository at this point in the history