StorageUsageScreen

fun StorageUsageScreen(modifier: Modifier = Modifier, router: StorageUsageRouter? = null)(source)

Standalone storage usage route without bottom navigation.

The screen renders a full-screen usage dashboard and asks for confirmation before deleting cache, gallery entries, or downloaded local model files.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the full-screen route.

router

Optional router override for tests and previews; Koin supplies the app router otherwise.