When a search is being performed or a popup's contents are being retrieved, there aren't any animations, so it looks like the app isn't do anything, sometimes leading to double-clicks and clunky UX.
Especially a problem if the internet connection is poor or server has more load.
I think adding animations to indicated things are loading would make things feel a lot smoother, e.g. the popup could open and there could be some nice animations like this https://mui.com/material-ui/react-skeleton/#wave-example
Description
When a search is being performed or a popup's contents are being retrieved, there aren't any animations, so it looks like the app isn't do anything, sometimes leading to double-clicks and clunky UX.
Especially a problem if the internet connection is poor or server has more load.
I think adding animations to indicated things are loading would make things feel a lot smoother, e.g. the popup could open and there could be some nice animations like this https://mui.com/material-ui/react-skeleton/#wave-example
Acceptance Criteria