Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions JetStreamCompose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ real-world architecture.
* Showcases
* TabRow
* Carousel
* TvLazyRow
* LazyRow
* ImmersiveList
* TvLazyColumn
* LazyColumn
* Tv Material Surface
* TvVerticalGrid
* VerticalGrid

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The PR aims to reflect the migration to androidx.compose.foundation.lazy and mentions "Lazy* scrollable components". While VerticalGrid removes the Tv prefix, the actual component in androidx.compose.foundation.lazy.grid is LazyVerticalGrid.

For consistency with LazyRow and LazyColumn in this list, and to more accurately reflect the component name from the foundation library (as seen in FilteredMoviesGrid.kt and CategoryMovieListScreen.kt), would it be clearer to use LazyVerticalGrid here?

Suggested change
* VerticalGrid
* LazyVerticalGrid

* Tv Material Cards
* Buttons
* Icon
Expand Down