aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/components/need-list
diff options
context:
space:
mode:
authorbenal01 <bja4245@rit.edu>2025-03-22 12:28:36 -0400
committerbenal01 <bja4245@rit.edu>2025-03-22 12:28:36 -0400
commit2ae7c1036b7ce398e2b18928215f74d57bb3cec6 (patch)
tree038bf5a4a44427263ac17b0f1bbb8160433b54ea /ufund-ui/src/app/components/need-list
parentd8b9c0da32383630f0831fdf6a7f13c96174ee4c (diff)
downloadJellySolutions-2ae7c1036b7ce398e2b18928215f74d57bb3cec6.tar.gz
JellySolutions-2ae7c1036b7ce398e2b18928215f74d57bb3cec6.tar.bz2
JellySolutions-2ae7c1036b7ce398e2b18928215f74d57bb3cec6.zip
search reformatting
Diffstat (limited to 'ufund-ui/src/app/components/need-list')
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.css1
-rw-r--r--ufund-ui/src/app/components/need-list/need-list.component.html3
2 files changed, 1 insertions, 3 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.css b/ufund-ui/src/app/components/need-list/need-list.component.css
index 29a9626..2e4a31b 100644
--- a/ufund-ui/src/app/components/need-list/need-list.component.css
+++ b/ufund-ui/src/app/components/need-list/need-list.component.css
@@ -24,7 +24,6 @@ li {
#search-container {
background-color: #d9d9d9;
- padding: 10px 20px 20px 20px;
border: 2px solid #000;
border-radius: 5px;
} \ No newline at end of file
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 9f22633..0345519 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,8 +1,7 @@
<h1>Needs List</h1>
<div id="search-container">
<form id="search-form" #searchForm="ngForm">
- <label>Search:</label><br>
- <input type="text" name="search" (input)="search(searchForm.value)" ngModel>
+ <input type="text" name="search" placeholder="Search in {{needs.length}} needs..." (input)="search(searchForm.value)" ngModel>
<input type="reset" value="Clear" (click)="search(null)"> <br>
</form>
<!--<button (click)="close()">Close</button>-->