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

[stable25] Fix (visually) removing first notification when executing an action #1664

Conversation

danxuliu
Copy link
Member

Backport of #1657

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>
@nickvergessen nickvergessen merged commit a299d21 into stable25 Sep 19, 2023
18 checks passed
@nickvergessen nickvergessen deleted the backport/1657/stable25-fix-visually-removing-first-notification-when-executing-an-action branch September 19, 2023 10:55
@blizzz blizzz mentioned this pull request Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants