You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have some notifications present under the bell icon
Open notifications dropdown
Click the cross icon to dismiss a notification
Expected result
Notification disappears directly.
Actual result
Delay of 1-2 seconds until it disappears.
For a better UX, we should hide the notification right away even if the XHR call is still ongoing. Worst case we can still re-display it in case of an error.
The text was updated successfully, but these errors were encountered:
I think before this it needs to be migrated to a proper vue store and have a way back, because currently it just removes the element from the local array and I don't know how it would revert that.
Steps
Expected result
Notification disappears directly.
Actual result
Delay of 1-2 seconds until it disappears.
For a better UX, we should hide the notification right away even if the XHR call is still ongoing. Worst case we can still re-display it in case of an error.
The text was updated successfully, but these errors were encountered: