feat(device-settings): Add experimental info box, revise pro-gating, fix switch bypass

Add SettingsInfoBox title support and experimental feature warning for Sleep Detection and Personalized Volume toggles with issue tracker action.

Pro-gate tone volume, microphone mode. Un-gate sleep detection, conversation awareness. Fix SettingsSwitchItem allowing direct switch toggle to bypass requiresUpgrade.
This commit is contained in:
darken
2026-04-16 10:32:21 +02:00
committed by Matthias Urhahn
parent 6f90687b72
commit 90af17bf7d
6 changed files with 110 additions and 25 deletions
@@ -120,6 +120,7 @@ class DeviceSettingsViewModelTest : BaseTest() {
profilesRepo = profilesRepo,
generalSettings = generalSettings,
timeSource = timeSource,
webpageTool = mockk(relaxed = true),
).also { vm = it }
private fun runVmTest(testBody: suspend TestScope.() -> Unit) = runTest(testDispatcher) {