mikebarlow/megaphone

Improve the mark as read UX

Closed this issue · 0 comments

To mark a notification as read it currently uses a "mouseenter" event on the notification within the popout.

This sometimes causes a problem when you open the popout and the mouse is already then hovering the notification and it instantly marks it as read.

Need to add some kind of debounce to prevent the notification from becoming instantly read.