From 77f3cf60bbb9e7b13cc2642fa06b5f40dccdbdb1 Mon Sep 17 00:00:00 2001 From: sowgro Date: Tue, 1 Apr 2025 20:05:06 -0400 Subject: Stub out new admin dashboard --- .../src/app/components/dashboard/dashboard.component.css | 2 +- .../src/app/components/dashboard/dashboard.component.html | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'ufund-ui/src') diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.css b/ufund-ui/src/app/components/dashboard/dashboard.component.css index 78a69ba..185fdc2 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.css +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.css @@ -1,7 +1,7 @@ :host { display: flex; flex-direction: column; - width: 1000px; + width: 800px; align-self: center; gap: 20px } 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 @@ -

Your Dashboard

- - - +

Admin Dashboard

+ + + +_ Registered users +_ Needs with overflow +_ Needs in peoples baskets +_ Total monetary contributions +_ -- cgit v1.2.3