• 2 Posts
  • 22 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle








  • For the reddit website I had an user script with a slider that was using the time of the last page visit… And that you could adjust.

    So maybe something similar? Like the app remembers last time a post has been visited (with some garbage collection after a while), then the user can use a slider to highlight the new comments since X time.

    Also if the API provides you the number, can’t you just iterate back from the latest in time and count until you reach 0?