diff --git a/src/app/activity-dashboard/activity-dashboard.component.css b/src/app/activity-dashboard/activity-dashboard.component.css index 9a5dc3eb..206bdc1d 100644 --- a/src/app/activity-dashboard/activity-dashboard.component.css +++ b/src/app/activity-dashboard/activity-dashboard.component.css @@ -2,3 +2,9 @@ display: flex; overflow-x: auto; } + +.loading-spinner { + display: flex; + justify-content: center; + align-items: center; +} diff --git a/src/app/activity-dashboard/activity-dashboard.component.html b/src/app/activity-dashboard/activity-dashboard.component.html index ebcd0ba5..4f978221 100644 --- a/src/app/activity-dashboard/activity-dashboard.component.html +++ b/src/app/activity-dashboard/activity-dashboard.component.html @@ -1,40 +1,46 @@
- - -
-

Activity

-
-
+
+ +
- - - Start Date - - MM/DD/YYYY - - - - + + + +
+

Activity

+
+
- - - End Date - - MM/DD/YYYY - - - - -
-
+ + + Start Date + + MM/DD/YYYY + + + + + + + + End Date + + MM/DD/YYYY + + + + + -
- +
+ +
+