chingu-voyages/bears-project-8

Loading indicators

Opened this issue · 1 comments

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

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.