jwern/library-app

Hide form after adding new book on mobile

Closed this issue · 1 comments

jwern commented

The "add book" experience on mobile is not smooth at the moment: we zoom in on the form when filling out inputs, but once the book is added we're still just looking at the zoomed-in form. We leave the form open on desktop in case you want to add multiple books, but it seems like mobile will flow better with a bit of space between actions.

We should re-hide the form after the new book is added and then scroll down to the new book that was just added.

jwern commented

Fixed in commit 84c32e49cd76001c4f539e2f06c8cd87c63ba770: form auto-closes on mobile and the page scrolls to the newly added book.