aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/dashboard
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-04-02 23:00:14 -0400
committerGitHub <noreply@github.com>2025-04-02 23:00:14 -0400
commit2f67d2218b48937a370c5562eff5141b80475524 (patch)
treec744dd407f46f71b692aaaad6d4c66237c8ba9a5 /ufund-ui/src/app/components/dashboard
parent2b7c42ffacaaf884bc9497e975c0c3274e9f966e (diff)
parentfb6d8140830bbb5081056105eaa775f26885da8f (diff)
downloadJellySolutions-2f67d2218b48937a370c5562eff5141b80475524.tar.gz
JellySolutions-2f67d2218b48937a370c5562eff5141b80475524.tar.bz2
JellySolutions-2f67d2218b48937a370c5562eff5141b80475524.zip
Merge pull request #25 from RIT-SWEN-261-02/need-image
Need image support + need page image styling
Diffstat (limited to 'ufund-ui/src/app/components/dashboard')
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.css2
-rw-r--r--ufund-ui/src/app/components/dashboard/dashboard.component.html13
2 files changed, 10 insertions, 5 deletions
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 @@
-<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>