[ENHANCEMENT] Set full page spinner for better UX
Closed this issue · 0 comments
JustinASmith commented
Details
- Create/Set a full page spinner component on project for better user experience.
Lines 31 to 46 in d859b59
-
Above could use a full page loading component by following the gist bellow:
https://gist.github.com/JustinASmith/00ad9e25b0d7815c6f7399cea5a6e5e9- Instead of
return <h1>loading...</h1>
you wouldreturn <FullPageSpinner/>
where FullPageSpinner is a component you create under "components/FullPageSpinner/FullPageSpinner.js"
- Instead of
-
Use already implemented spinners in bootstrap and make spinner centered on page with bootstrap css classes.
Acceptance Criteria:
- Spinner shows after user logs in or other actions that call API and/or set redux state.
- All other features are unaltered.
Story Points
Story Points: 2