Observation:
- I see an outstanding number 1 over the "notifications" icon.
- I assume it is the amount of unread notifications and that I should clearly see what notification remains unread.
- I click on it.
- I can't see which notification is unread (I thought I read them all).
- That number and attention calling thing remains there and I can't take it out.
What am I overlooking or not understanding? Should I create a PR in github?
Info: I'm in dark theme, Firefox 91.10.0esr (64-bit) in Debian Linux.
- a bug in how unseen notifications are counted
- we've set notifications (as well as messages) to automatically be marked as seen using https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API to do so only when they come into view (i.e when scrolling) and seems that's not getting triggered if you don't scroll. Needs more research...