SetupScreenFragment
Fragment that hosts the Setup & Config screen, rendering SetupScreen via Jetpack Compose.
The credential status is refreshed whenever MainViewModel.isBootstrapComplete transitions, so a "Re-run Setup" tap reflects the freshly provisioned credentials once bootstrap finishes.
Functions
Link copied to clipboard
open override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View