LobbyMenu

@Composable
fun ReversiScope.LobbyMenu(viewModel: LobbyViewModel, onLeave: () -> Unit)

Lobby menu screen for browsing and joining saved multiplayer games. Displays available games in a carousel and handles game selection and joining.

Parameters

viewModel

The lobby view model managing game list and selection logic.

onLeave

Callback invoked when navigating back from the lobby.