Widget addition UI bug (minor)

Dreaming of new features in Sidecar? Find a bug? Something not as polished as you'd expect? Discuss it here!


Post Reply
adamyanalunas
Posts: 2
Joined: Thu Oct 24, 2024 4:37 am
Vehicles: Audi A4
Has thanked: 1 time

Widget addition UI bug (minor)

Post 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

Attachments
IMG_6857.PNG
IMG_6857.PNG (1.05 MiB) Viewed 88 times
User avatar
jeff
Site Admin
Posts: 629
Joined: Wed Sep 18, 2024 6:39 pm
Location: Montecito, CA
Has thanked: 39 times
Been thanked: 72 times
Contact:

My garage

Re: Widget addition UI bug (minor)

Post 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 :)

Post Reply