22 votes

Simple "read notifications" page added

Tags: changelog

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.

8 comments

  1. Emerald_Knight
    Link
    Iterative development. It doesn't have to be perfect right at the beginning. Thanks for the hard work as always!

    Iterative development. It doesn't have to be perfect right at the beginning.

    Thanks for the hard work as always!

    10 votes
  2. [3]
    drg
    Link
    It is impressive to see the speed of things being added :)

    It is impressive to see the speed of things being added :)

    5 votes
    1. [2]
      cfabbro
      Link Parent
      If you think it's fast now... just wait until we opensource. ;)

      If you think it's fast now... just wait until we opensource. ;)

      7 votes
      1. Emerald_Knight
        Link Parent
        Pull requests. Pull requests everywhere.

        Pull requests. Pull requests everywhere.

        3 votes
  3. tiz
    Link
    Nice addition, thanks!

    Nice addition, thanks!

    2 votes
  4. [3]
    code
    Link
    This may have been asked before, but is there/will there be a "Mark all as read"?

    This may have been asked before, but is there/will there be a "Mark all as read"?

    2 votes
    1. Deimos
      Link Parent
      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...

      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.

      2 votes
    2. ajar
      Link Parent
      Yes, there's an open issue about it on gitlab.

      Yes, there's an open issue about it on gitlab.

      1 vote