thunderstore-io / thunderstore-ui

Thunderstore React UI
11 stars 5 forks source link

@thunderstore/dapper: add dependency_count to PackageListingDetails #986

Closed anttimaki closed 10 months ago

anttimaki commented 10 months ago

@thunderstore/dapper: add dependency_count to PackageListingDetails

To avoid bloat on packages with a large number of dependencies, backend initially returns up to 4 items. More can be loaded later if user so wishes (method not implemented yet).

Total number of dependencies is returned in a separate field so UI can indicate that the shown list of dependencies is incomplete.

Refs TS-2012

@thunderstore/cyberstorm: change PackageDependencyList functionality

Refs TS-2012

anttimaki commented 10 months ago

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.