Package-level declarations

Functions

Link copied to clipboard
@Composable
fun ReversiScope.PopupPickAPiece(pieces: List<PieceType>, onPick: (PieceType) -> Unit, onDismiss: () -> Unit = {})

Modal popup for selecting a piece color before joining a multiplayer game. Displays available pieces as interactive circular buttons with visual feedback.

Link copied to clipboard
@Composable
fun RefreshButton(onClick: () -> Unit)

Icon button for refreshing the lobby game list.