SourceSelectionStep

internal fun SourceSelectionStep(state: ServerSetupState, strings: ServerSetupStrings, listState: LazyListState, processIntent: (ServerSetupIntent) -> Unit, modifier: Modifier = Modifier)(source)

Renders the provider picker list with search/filter/sort applied.

Author

Dmitriy Moroz

Parameters

state

current setup state, including active provider filters.

strings

localized provider labels and messages.

listState

lazy-list state shared with provider auto-scroll behavior.

processIntent

sends selection changes back to the setup MVI pipeline.

modifier

list container modifier supplied by the host layout.