lydavid / MusicSearch

An Android app for browsing songs, artists, and anything related to them
Apache License 2.0
18 stars 0 forks source link

not accurate for remote collections we have not clicked into yet #977

Open github-actions[bot] opened 4 days ago

github-actions[bot] commented 4 days ago

https://github.com/lydavid/MusicSearch/blob/af9d1c7cbf0f3d693d58ec62c774d323a88bdd9d/shared/feature/collections/src/commonMain/kotlin/ly/david/musicsearch/shared/feature/collections/components/CollectionListItem.kt#L50


        },
        trailingContent = {
            Row {
                // TODO: not accurate for remote collections we have not clicked into yet
                Text(
                    text = collection.entityCount.toString(),
                    modifier = Modifier.padding(end = 8.dp),
                    style = TextStyles.getCardBodyTextStyle(),
                )
                if (collection.isRemote) {
                    Icon(
                        modifier = Modifier.padding(end = 4.dp),