Notifications bell indicator stays lit after reading the last unread notification #206387
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Other
Body
When I have exactly one unread notification and I open it by clicking through to the page it points to, the unread indicator on the notifications bell in the global header stays lit. The notification itself is correctly marked as read on the notifications page, but the header indicator does not refresh to reflect that until I reload the page.
The confusing part is that this stale indicator is indistinguishable from a genuinely new notification. After reading my only notification I still see the dot, so I assume another notification arrived in the meantime, go back to the inbox, and find nothing new. With a single unread item this happens every time, because the indicator should go from "on" to "off" and instead it just never turns off.
Steps to reproduce
What I expected to happen
Once the last unread notification has been read, the header indicator clears without a full page reload, the same way the notification's own read state updates.
What happened instead
The header still shows the unread indicator. It only clears after a manual page reload.
Environment
github.com web UI, desktop browser, logged in as a normal user.
All reactions