diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 20:05:06 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-01 20:05:06 -0400 |
commit | 77f3cf60bbb9e7b13cc2642fa06b5f40dccdbdb1 (patch) | |
tree | 6a4dd2bab9164e6ba6eb3ff2846bc499f9840732 /ufund-ui/src/app/components/dashboard/dashboard.component.html | |
parent | 92fbcbfd6ade1c5fe0cc3c37d6a6914ef1d2a2a4 (diff) | |
download | JellySolutions-77f3cf60bbb9e7b13cc2642fa06b5f40dccdbdb1.tar.gz JellySolutions-77f3cf60bbb9e7b13cc2642fa06b5f40dccdbdb1.tar.bz2 JellySolutions-77f3cf60bbb9e7b13cc2642fa06b5f40dccdbdb1.zip |
Stub out new admin dashboard
Diffstat (limited to '')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.html b/ufund-ui/src/app/components/dashboard/dashboard.component.html index 6a95ecd..2d7b4c3 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.html +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.html @@ -1,5 +1,10 @@ -<h1>Your Dashboard</h1> -<app-mini-need-list [needList]="topNeeds" jtitle="Top needs" url="/cupboard"/> -<app-mini-need-list [needList]="almostThere" jtitle="Almost there" url="/cupboard"/> -<app-mini-need-list [needList]="inBasket" jtitle="In your basket" url="/basket"/> +<h1>Admin Dashboard</h1> +<!--<app-mini-need-list [needList]="topNeeds" jtitle="Top needs" url="/cupboard"/>--> +<!--<app-mini-need-list [needList]="almostThere" jtitle="Almost there" url="/cupboard"/>--> +<!--<app-mini-need-list [needList]="inBasket" jtitle="In your basket" url="/basket"/>--> +<span>_ Registered users</span> +<span>_ Needs with overflow</span> +<span>_ Needs in peoples baskets</span> +<span>_ Total monetary contributions</span> +<span>_ </span> |