From e1eb3f16e10042c2539b56d6c2d2e33f07abf7d9 Mon Sep 17 00:00:00 2001 From: sowgro Date: Fri, 28 Mar 2025 21:37:28 -0400 Subject: Implement new dashboard and mini-need-list --- .../mini-need-list/mini-need-list.component.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html (limited to 'ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html') diff --git a/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html b/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html new file mode 100644 index 0000000..a2de9e5 --- /dev/null +++ b/ufund-ui/src/app/components/mini-need-list/mini-need-list.component.html @@ -0,0 +1,17 @@ + + +
+
+
+ {{need.name}} + {{need.type}} +
+
+ {{need.current}}/{{need.maxGoal}} + +
+
+
-- cgit v1.2.3