dave-ruest / Bookmind

1 stars 0 forks source link

Add cancel button to insert book screen #32

Closed dave-ruest closed 3 months ago

dave-ruest commented 3 months ago

The insert book screen should show a cancel button... IF there are any unsaved changes on the screen. Tapping cancel discards those changes. We currently just have the save button, which obv. would save changes.

Aaand if there is no new data on the insert book screen? Argh. Do we hide the save button until the user makes changes? This feels... inconsistent with the browse screen where there isn't a save button. You just make whatever changes you want, and tap edit to delete.

Well, try stuff, figure it out, and put the changes on this branch.

dave-ruest commented 3 months ago

Fixed by #7.