lemmy-ui
lemmy-ui copied to clipboard
Dissmissing a notification causes the notification box to flicker
Requirements
- [X] This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead.
- [X] Please check to see if this issue already exists.
- [X] It's a single bug. Do not report multiple bugs in one issue.
- [X] It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.
Summary
If you have notifications in the notification box and you click the check mark on a notification to dismiss it, the notification box will flicker a few times as the notification in question is cleared.
Steps to Reproduce
- Have notifications.
- Go to the notification box.
- Click on the checkmark on a notification to dismiss it.
- Observe that the entire notification box flashes after you click the button.
Technical Details
- OS: Arch Linux, Kernel v6.6.44-3-lts
- DE: KDE Plasma v6.1.4
- Browser: Firefox v129.0
Lemmy Instance Version
0.19.3
Lemmy Instance URL
sh.itjust.works
This has to do with it refetching everything after marking as read. The refetch is probably unecessary, but this is also a pretty minor.