TalaoDAO / AltMe

Talao / Altme wallet : Open source Self Sovereign Identity wallet. Multi ecosystem support : EBSI conformant. ARF EUDI wallet implementation, DIIP and more.
https://talao.io
Apache License 2.0
47 stars 14 forks source link

Pagination issue - Dont see the Tezotopia NFT which has been bought in the wallet #740

Closed ThierryThevenet closed 2 years ago

ThierryThevenet commented 2 years ago

https://tzkt.io/oojjADNbqmQqTSqvuv6jmLwSHVri4yCQPmzvuBmHmxouBuVkAbg/77145256/25

ThierryThevenet commented 2 years ago

update of the cache ?

ThierryThevenet commented 2 years ago

same with tghis one from objkt https://tzkt.io/oo6LgYeLnWHJ1qjvDNMaCgXkdcmdJg4UXtybFm9C8WYPRnFzf4E/77145257

bibash28 commented 2 years ago

If we have a total of 22 NFTs...

Test 1: limit = 10

  1. First-page loading -> NFT displayed - 10
  2. Scroll down -> Show Loading -> NFT displayed - 20
  3. Scroll down -> Show Loading -> NFT displayed - 20 (Bug)

Test 2: limit = 10

  1. First-page loading -> NFT displayed - 10
  2. Pull to refresh -> NFT displayed - 10
  3. Pull to refresh -> Show Loading -> NFT displayed - 10 (Bug)

Test 3: limit = 2 (Case when the screen size is large)

  1. First-page loading -> NFT displayed - 2
  2. Scroll down -> Show Loading -> Nothing happens (Bug) if more space is left then offset should be increased and API should be called

Test 4: limit = 2 (Case when the screen size is large)

  1. First-page loading -> NFT displayed - 2
  2. Pull to refresh -> Nothing happens (Bug) - I cannot pull to refresh