SE750-Group14-GirlGang / roadtrip-planner

An application to help you and your friends plan a roadtrip!
Apache License 2.0
3 stars 2 forks source link

Add attendees modal is a bit jank #83

Closed Denijar closed 3 years ago

Denijar commented 3 years ago

Describe the bug When the "add attendees" modal refetchs, it looks jank

Steps To Reproduce

Screenshots
[Screenshots/screen recordings of the bug]

Expected behavior The spinner appears at the bottom of the existing list and then the new attendee gracefully appears without the whole modal shrinking down then expanding

How to fix Match the implementation on the home page where the existing list of roadtrips seems to state on the page and the spinner appears at the bottom. Perhaps keep the list of attendees in state and append the new one to the list?