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

Support status text messages #370

Commits on Jul 4, 2023

  1. alerter: Show tooltip with complete alert message on hover

    This helps with long messages, that are being truncated right now.
    rafaellehmkuhl committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    0f22bb4 View commit details
    Browse the repository at this point in the history
  2. vehicle: Add support for StatusText

    This is a message with a severity level, used for direct alerts from the vehicle to the user/gcs.
    
    Co-authored-by: Willian Galvani <[email protected]>
    rafaellehmkuhl and Williangalvani committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    744a8c4 View commit details
    Browse the repository at this point in the history
  3. ardupilot: Add support for StatusText messages

    Co-authored-by: Willian Galvani <[email protected]>
    rafaellehmkuhl and Williangalvani committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    6919f26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ebc358 View commit details
    Browse the repository at this point in the history
  5. stores[alert]: Use reactive for alerts array

    So watchers are correctly notified when the array is changed.
    rafaellehmkuhl committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3ec75a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21ea681 View commit details
    Browse the repository at this point in the history
  7. alerts: Support voice alerts

    Co-authored-by: Willian Galvani <[email protected]>
    rafaellehmkuhl and Williangalvani committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    68d9afc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    7628aaf View commit details
    Browse the repository at this point in the history
  2. alerts: Allow changing alert voice

    There are some voices that are very buggy on some systems. Letting the user choose the voice allows fixing this.
    rafaellehmkuhl committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8c419ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22a249d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e89b92 View commit details
    Browse the repository at this point in the history