diff --git a/frontend/Exence/src/app/private/statistics/statistics.component.html b/frontend/Exence/src/app/private/statistics/statistics.component.html index 950b5dd..094ab3c 100644 --- a/frontend/Exence/src/app/private/statistics/statistics.component.html +++ b/frontend/Exence/src/app/private/statistics/statistics.component.html @@ -1,18 +1,30 @@ -
- @if (store.statCards().length) { - - } +@if (isEmpty()) { +
+ +
+

Your dashboard is empty

+

Add charts and stat cards to customize your statistics dashboard.

+
+
+} @else { +
+ @if (store.statCards().length) { + + } - + +
+} - -
+ - + @if (!isEmpty()) { + + }