Package-level declarations

Properties

Link copied to clipboard

Functions

Link copied to clipboard
private suspend fun PagerState.animateScroll(page: Int)
Link copied to clipboard
@Composable
fun ColumnScope.LobbyCarousel(currentGameName: String?, games: List<LobbyLoadedState>, viewModel: LobbyViewModel, reversiScope: ReversiScope, buttonRefresh: @Composable () -> Unit = {}, onGameClick: (LobbyLoadedState) -> Unit)

Carousel component for browsing saved multiplayer games. Supports search filtering, pagination, and game status indication.

Link copied to clipboard
@Composable
fun BoxWithConstraintsScope.LobbyCarouselView(currentGameName: String?, pagerState: PagerState, games: List<LobbyLoadedState>, reversiScope: ReversiScope, onNavButtonClick: (Int) -> Unit, onGameClick: (LobbyLoadedState, Int) -> Unit)