ordinals / ord

👁‍🗨 Rare and exotic sats
https://ordinals.com
Creative Commons Zero v1.0 Universal
3.79k stars 1.33k forks source link

Add pagination to /address page #3846

Open cryptoni9n opened 1 month ago

cryptoni9n commented 1 month ago

I see a couple of issues in v0.19.0 on the address page:

FIXED by #3882 1) from #3831 - some runes are not being displayed/linked correctly. Example 1, Example 2

2) from #3843 - some addresses have a very large number of inscriptions and outputs. these pages take forever to load and could be detrimental to the site. I think pagination is needed: http://ordinals.com/address/bc1pafhpvjgj5x7era4cv55zdhpl57qvj0c60z084zsl7cwlmn3gq9tq3hqdmn

edit: reopening to keep track of pagination issue

raphjaph commented 1 month ago

Just updated ordinals.com. Yes, we definitely need pagination. Just wanted to get the release out so we skipped that. You could try your hand at that if you want :)

cryptoni9n commented 1 month ago

adding some more info here for the first issue - the rune display issue only seems to occur with runes that have the ¤ as their currency symbol.

cryptoni9n commented 2 days ago

reopening to keep track of pagination issue

raphjaph commented 6 hours ago

Jup jup, we should add this

twosatsmaxi commented 6 hours ago

Jup jup, we should add this

How would pagination work though considering there are different type of assets in one page: UTXOs, inscriptions, runes etc…! Ideally all of these have their own unique identifier (URI) like

/address/{addy}/inscriptions, /address/{addy}/inscriptions etc…