From 3e5422b90a09d1ed2cfffae56abf8dbe361f6c27 Mon Sep 17 00:00:00 2001 From: sowgro Date: Wed, 2 Apr 2025 23:27:27 -0400 Subject: [incomplete] rearrange code to begin need-list abstraction --- .../components/need-list/need-list.component.html | 55 +++++++--------------- 1 file changed, 17 insertions(+), 38 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 88317dd..b19c33d 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 @@ -1,30 +1,4 @@ - - -

Search Results({{needs.length - searchResults.length}} needs filtered):

-

All Needs

-

No Results Found

@@ -45,20 +19,25 @@ {{need.current}}/{{need.maxGoal}} ({{((need.current / need.maxGoal) * 100).toFixed(0)}}%)
-
-
- - - -
+ + + + + + + + + + + + + + + + +
-- cgit v1.2.3