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

Change notification to be transient (notify-send) #11733

Merged
merged 6 commits into from Feb 25, 2022

Commits on Aug 5, 2021

  1. Change notification to be transient (notify-send)

    Under GNOME Shell, using `--notify` (especially with `--watch`) floods the notification UI with unnecessary persistent copies of each notification that is raised. See jestjs#8773.
    
    This change uses [the `notify-send` `hint` option](https://www.npmjs.com/package/node-notifier#usage-notifysend) [`int:transient:1`](https://askubuntu.com/a/1185741) to make the notification transient.
    BudgieInWA committed Aug 5, 2021
    Copy the full SHA
    ac2799d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6d54f2b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Copy the full SHA
    fad834e View commit details
    Browse the repository at this point in the history
  2. lint

    SimenB committed Feb 25, 2022
    Copy the full SHA
    524c826 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1eacfd8 View commit details
    Browse the repository at this point in the history
  4. ignore ts

    SimenB committed Feb 25, 2022
    Copy the full SHA
    0535506 View commit details
    Browse the repository at this point in the history