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] [TELEMETRY] Hide the banner #3709

Merged
merged 4 commits into from
Dec 10, 2021
Merged

Commits on Dec 7, 2021

  1. fix(telemetry): Hide the telemetry banner

      - Hide the telemetry banner from UI and set a flag in the saved object
    that controls if the banner was seen and dismissed
      - Changed the `wazuh` `public` `start` method to sync intead of
    `async` function
    Desvelao committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    8b3afcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bbbe37 View commit details
    Browse the repository at this point in the history
  3. fix: Add semicolon

    Desvelao committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    ecc5b8a View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. fix(telemetry): Hide the telemetry banner when the app frontend is to…

    … be mounted.
    
      Note the requirement to access to the app to hide and dissmiss the
    telemetry notice. This means the banner is visible while the user
    doesn't open the Wazuh app if the notice wasn't dismissed.
    Desvelao committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3dd63ae View commit details
    Browse the repository at this point in the history