CarlG96 / taskosaurus-frontend

Portfolio project for Code Institute's Project 5 Advanced Front End
0 stars 1 forks source link

Loading spinner and message handling for the list view of tasks/ events #31

Open CarlG96 opened 1 year ago

CarlG96 commented 1 year ago

As a user, in the list view page I would like a loading spinner to come up when the post list is not yet loaded so that I know it is loading. I would also like good messages if there is nothing to load.

** Acceptance Criteria

CarlG96 commented 1 year ago

Loading spinner has been imported and works however need to deal with logic with when no results are returned.

CarlG96 commented 1 year ago

Will now have spinners for the detail views and the profile views as well to prevent any weirdness from occurring on the forms.

CarlG96 commented 1 year ago

Have added the spinners and have also added noresults component for handling information when there is unauthorised access or can't find the detail view.