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 (visually) removing first notification when executing an action #1657

Commits on Sep 6, 2023

  1. Fix (visually) removing first notification when executing an action

    When an action is executed first its element is faded out and then the
    notification data is removed, which removes the component as a whole.
    However, the index of the notification was not provided, so the event
    that handles the "remove" event always removed the data of the first
    notification. Due to this when the action was triggered in another
    notification the first notification was also (visually) removed (and
    only until the notifications were fetched again from the server).
    
    Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
    danxuliu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c587c09 View commit details
    Browse the repository at this point in the history