edge / explorer

Blockchain & network explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omit ?page=1 on page load

adamkdean opened this issue · comments

On pages such as https://test.network/block/192984 as soon as you load the querystring page=1 will be added to the URL. We should omit this when loading the page for the first time, where the pagination control hasn't been used etc.

@adamkdean - just realised that I did this today but not quite as you asked. I just omitted it when there is only 1 page. Tomorrow I'll look at it again to remove it completely (and only add it if someone tries to enter page 0 or negative, which was the whole purpose of it in the first place)