-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a collections page #2524
Comments
Probably a good idea to paginate the children on inscription page too, otherwise it'll try to load all the children on the same page. Maybe, the children list could be capped at 10 along with a link to this new collections page. |
Yep, and that is exactly a problem I encountered
This collection has over 2000+ children and page takes forever to load just like JSON API I would suggest to separate children from parent in API response since pagination in the same response would be awkward and make 2 endpoints |
Good work team. Please consider a "Network Graph" style display here: https://ordinalos.github.io/bussy-tree/ |
Closed by #2561 |
I'd like to be able to see in one place all the inscriptions which are using genetic provenance. "collections" might not be the right word, but something like
/collections
, where all collections are shown, in order of how recently a child was added to the collection.The text was updated successfully, but these errors were encountered: