Page 1 of 1

Widget addition UI bug (minor)

Posted: Sun Nov 03, 2024 2:31 am
by adamyanalunas

Issue: when trying to assign a widget to a location only the text “Add widget” is tappable
Desired outcome: The full width of the row containing the text “Add widget” should be tappable to trigger the widget type menu
Suggested change: Add .contentShape(Rectangle()) to the row to define the tappable area


Re: Widget addition UI bug (minor)

Posted: Sun Nov 03, 2024 2:37 am
by jeff

Good catch, thank you! The contentShape modifier didn't work with my use of Menu here but a good ol' .frame(maxWidth: .infinity, alignment: .leading) did the trick! Fix will go out in the release I'm cutting today :)