From 91041af60b5a98ef01f5588478302c1ef04e043d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 20 Jul 2026 14:16:52 -0500 Subject: fix: Generate Now tap target, remove keyboard dismiss button and launch focus Scheduled Reports: the entire Overview section was wrapped in a single VStack inside one List row, so SwiftUI collapsed every control into one tap target and the menu-style Cadence Picker captured taps intended for the Generate Now button. Unwraps the VStack so each control is its own row, matching the pattern used in IntegrationsView and elsewhere. Also extends the .automatedMonitoring gate to the two Pickers and the Generate Now button. Previously only the Toggle was disabled, leaving a button that appeared active on Free but silently no-opped against the guard in ScheduledReportService. Inspect tab: removes the keyboard toolbar's Dismiss Keyboard button and the onAppear that focused the single-domain field at launch. --- .../xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes') diff --git a/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist b/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist index cb3b8b8..5f600f0 100644 --- a/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/DomainDig.xcodeproj/xcuserdata/cmc.xcuserdatad/xcschemes/xcschememanagement.plist @@ -12,12 +12,12 @@ DomainDigShareExtension.xcscheme_^#shared#^_ orderHint - 2 + 1 DomainDigWidgetExtension.xcscheme_^#shared#^_ orderHint - 1 + 2 SuppressBuildableAutocreation -- cgit v1.2.3