guang / learn-a-move

0 stars 0 forks source link

2.2 Enhance Move Detail View - Editing #15

Open guang opened 2 hours ago

guang commented 2 hours ago

when implementing Edit view, ran into bug with nesting Form inside of a ScrollView, resulting in the edit view doesn't show up.

cursor guided me in first ruling out state change of the button is working, then asked me to try simplifying the implementation of the form (changing it to a Vstack) and that did the trick

guang commented 2 hours ago

picking this up in the morning, fix the weird placement of cancel/save at the bottom, and check NewMoveView actually works Screenshot 2024-09-29 at 1 11 16 AM