Issue # 1: Transaction views have endless pagination
Repro:
View a page of transactions with a short list (example transaction list)
OBSERVE: Pagination nav indicates there are 4 or more pages
Click the right arrow in pagination nav until you reach page 5
Expected:
Only 2 pages are actually available for the example transaction list.
Actual:
I am able to increment pages indefinitely.
Additional Notes:
This appears to only affect transaction views in the explorer. Viewing NFT collections typically shows the correct amount of pages in any collection size. However, see Issue # 2 below for other issues that occur with large collection views.
Issue # 2: Broken buttons exist in the page number navigation
There are odd behaviors in the pagination nav buttons as outlined below. I've color coded the image.
Yellow - Operates the same as the < button, taking you to the previous page. Either this button needs to be removed for being redundant, or this button should bring up a menu of previous pages to jump to.
Green - This button does nothing. I would expect it to bring up a menu of more pages to jump to.
Pink - I added this box because I expect a >> button here that acts like the << button, but take you to the last page instead.
Actual:
If the wallet has enough NFTs, it will stop at 25 and not show any more pages
Notes:
My wallet has 370 items in it, and the MetaBoy wallet has thousands. Both wallets are only able to reach page 25.
It appears this pagination is done in POST as I cannot force a page parameter in the address bar with GET. Other pages that are missing the ability to move onto further pages can at least be forced with GET (like the collection pages), but this page has no workaround.
Users can simply use https://lexplorer.io instead which now displays NFTs and does not limit the amount of pages.
Issue # 1: Transaction views have endless pagination
Repro:
Expected: Only 2 pages are actually available for the example transaction list.
Actual: I am able to increment pages indefinitely.
Additional Notes:
Issue # 2: Broken buttons exist in the page number navigation
There are odd behaviors in the pagination nav buttons as outlined below. I've color coded the image.
I've been using the loophead collection for testing.
<
button, taking you to the previous page. Either this button needs to be removed for being redundant, or this button should bring up a menu of previous pages to jump to.>>
button here that acts like the<<
button, but take you to the last page instead.Issue # 3: NFT view stops at page 25
Repro:
NFTs
>>
button next to the NFT page buttonsExpected: Goes to the last page of NFTs
Actual: If the wallet has enough NFTs, it will stop at 25 and not show any more pages
Notes: