slaent / issues

http://slaent.com
6 stars 1 forks source link

Last page should go to last page, not last page that existed upon render #95

Open ndesmic opened 6 years ago

ndesmic commented 6 years ago

Behavior: If I'm on page 4 of 6 and 2 new pages of posts were added before I pressed the button I'll go to page 6.

Expected Result: I should go to page 8.

Other thoughts: Does the last page button need to ever disappear? It would seem like it would go to last page or simply reload the current page if it is the last one.

todesignandconquer commented 6 years ago

There's two icons:

Go to last page image

Go to last unread page image

ndesmic commented 6 years ago

Sorry, for clarification I meant the buttons at the bottom in the thread view:

https://imgur.com/a/FSd79

todesignandconquer commented 6 years ago

Ah. I'll take a look, should be able to dynamically query for the last page. Thanks!