nitely / Spirit

Spirit is a modern Python based forum built on top of Django framework
http://spirit.readthedocs.io
MIT License
1.16k stars 334 forks source link

Consistent notification list, fixes #156 #292

Closed nitely closed 4 years ago

nitely commented 4 years ago

fixes #156

This changes the notification order so unread mentions show first, then regular comment notifications. The only issue is a mention cannot overwrite an unread comment notification. This is by design, so the user is always taken to the first unread comment, rather than be taken to the mention and skip comments. I may revert this change, unsure yet.

It also removes the unread notifications section, since it's no longer relevant.