SettingsServerSection

internal fun SettingsServerSection(state: SettingsState, headerModifier: Modifier, itemModifier: Modifier, warningModifier: Modifier, backgroundGenerationWarningKey: String, processIntent: (SettingsIntent) -> Unit)(source)

Server and app settings section, including usage summary entries that open standalone screens.

Author

Dmitriy Moroz

Parameters

state

Settings state that provides provider, usage summary, and loading values.

headerModifier

Modifier shared by Settings section headers.

itemModifier

Modifier shared by Settings rows.

warningModifier

Modifier used by the background-generation warning copy.

backgroundGenerationWarningKey

Localization key for the current warning copy.

processIntent

Intent sink used to route row actions back to SettingsViewModel.