added search component from all pages

This commit is contained in:
2025-11-16 12:06:54 +01:00
parent 3ba843af6a
commit 19afeb6369
17 changed files with 172 additions and 22 deletions

View File

@@ -1,7 +1,13 @@
<app-modal-button type="primary" name="Ajouter un transporteur">
<app-deliverer-form></app-deliverer-form>
</app-modal-button>
<div class="flex mt-2">
<app-modal-button type="primary" name="Ajouter un transporteur">
<app-deliverer-form></app-deliverer-form>
</app-modal-button>
<div class="mt-4">
<div class="ml-95 w-150">
<app-search class="w-full"></app-search>
</div>
</div>
<div class="mt-1">
<app-deliverer-table></app-deliverer-table>
</div>