SourceFiltersBottomSheet
internal fun SourceFiltersBottomSheet(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)(source)
Bottom sheet for provider type, readiness, and capability tag filters.
Disabled chips represent impossible set intersections, so users can see available providers without creating an empty result set by accident.
Author
Dmitriy Moroz
Parameters
state
current filter state and available providers.
strings
localized filter labels.
processIntent
sends filter changes back to the setup MVI pipeline.