decentraland / decentraland/builder
[BUG] Loading collection status on CollectionsPage
Open
bug
- Dominant language
- TypeScript
- Stars
- 156
- Forks
- 91
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 31
Description
When it opens the CollectionsPage, the collection status keeps loading until the user enters the CollectionDetailsPage and fetches all the items and entities for that Collection.

Possible solution:
- Update the `collections/:id/items` endpoint in the builder-server to accept the param sortBy
- Fetch the latest updated item and its entity in the component CollectionStatus
Contributor guide
Assessment
This issue has not been assessed yet.