From 643afd1d6ffcca3597556d287944eaf487da709c Mon Sep 17 00:00:00 2001 From: benal01 Date: Mon, 31 Mar 2025 17:42:40 -0400 Subject: frontend description editing and display --- ufund-ui/src/app/components/need-list/need-list.component.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ufund-ui/src/app/components/need-list/need-list.component.html') diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html index 3a4ca9c..d35f2ed 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.html +++ b/ufund-ui/src/app/components/need-list/need-list.component.html @@ -32,20 +32,24 @@ {{need.name}} {{need.type}} - +
URGENT location_on{{need.location}}
- +
{{need.current}}/{{need.maxGoal}} ({{(need.current / need.maxGoal) * 100}}%)
- +
+ {{need.description}} +
+ +