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

Fixes add attendees loading jank #86

Closed Denijar closed 3 years ago

Denijar commented 3 years ago

Problem When you add a new attendee, currently the list of attendees will get replaced by a spinner, then they will all reappear. It looks a bit funky.

Changes Made Now, the existing list will stay there, a loading spinner will appear, then the new attendee will get added to the bottom of the list

Also, there is better error handling: error for adding the same user to the roadtrip twice: image

Closes #83