AlertHost

Shared composable that observes AlertManager.currentAlert and renders a MeshtasticDialog when an alert is present. This eliminates duplicated alert-rendering boilerplate across Android and Desktop host shells.

Usage: Place AlertHost(alertManager) once in the top-level composable of each platform host.