SourceSelectionToolbar
internal fun SourceSelectionToolbar(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)(source)
Compact toolbar for provider search, filter, and sort actions.
Author
Dmitriy Moroz
Parameters
state
current query/filter state used to show active indicators.
strings
localized hints and action labels.
processIntent
sends toolbar events to the setup MVI pipeline.