22
votes
Simple "read notifications" page added
This is definitely just a stop-gap until I get some time to work on properly paginating it, but quite a few people have asked about a page to view old notifications again after marking them read, so I put a quick one together that's linked in the sidebar of your user page as "Previously read", at https://tildes.net/notifications
For now it doesn't paginate at all and will just show your most recent notifications (up to 100) that were marked read, and doesn't include the unread ones. It's not great in a lot of ways, but hopefully better than not having any way to view the read notifications at all.
Iterative development. It doesn't have to be perfect right at the beginning.
Thanks for the hard work as always!
It is impressive to see the speed of things being added :)
If you think it's fast now... just wait until we opensource. ;)
Pull requests. Pull requests everywhere.
Nice addition, thanks!
This may have been asked before, but is there/will there be a "Mark all as read"?
Yeah, hopefully I'll get to that one before long, there's an issue open for it here: https://gitlab.com/tildes/tildes/issues/49
It's a bit tricky because it needs to only mark the ones read that are present on the pageāif you got a new notification after you opened the page but before you clicked "mark all as read" you wouldn't want to miss that new one because it marked all your notifications as read. Not particularly difficult or anything, just something that needs to be taken into account for how it works.
Yes, there's an open issue about it on gitlab.