Loading indicators
Opened this issue · 1 comments
arielbk commented
As a user I want to know if something is loading behind the scenes so that switching between views is smooth and any pauses are explained.
A loading boolean can be stored in Redux state.
Loading indicators can be implemented for the following:
Auth actions
- Login / register
User actions
- Delete user
- Edit profile
- Add friend
Habit actions
- Add habit
- Edit habit
- Delete habit
- Log habit
- Delete habit log
arielbk commented
All of these actions are triggered with a button. The button content could turn into a loading indicator animation (perhaps a smaller version of the component spinner we already have) while the action is in progress.