feat: global search page with results for beneficiaries and drivers
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</button>
|
||||
<div class="flex-1 px-4 flex justify-between">
|
||||
<div class="flex-1 flex">
|
||||
<form class="w-full flex md:ml-0" action="/app/beneficiaries/" method="GET">
|
||||
<form class="w-full flex md:ml-0" action="/app/search" method="GET">
|
||||
<label for="search-field" class="sr-only">Search</label>
|
||||
<div class="relative w-full text-gray-400 focus-within:text-gray-600">
|
||||
<div class="absolute inset-y-0 left-0 flex items-center pointer-events-none">
|
||||
@@ -89,7 +89,7 @@
|
||||
</div>
|
||||
<input id="search-field"
|
||||
class="block w-full h-full pl-8 pr-3 py-2 border-transparent text-gray-900 placeholder-gray-500 focus:outline-none focus:placeholder-gray-400 focus:ring-0 focus:border-transparent sm:text-sm"
|
||||
placeholder="Chercher un bénéficiaire" type="search" name="search">
|
||||
placeholder="Rechercher..." type="search" name="q">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user