Working log in/route guard

This commit is contained in:
2025-09-04 08:03:24 -04:00
parent 992a1a217d
commit dc1ee95827
37 changed files with 1283 additions and 1191 deletions

View File

@@ -15,7 +15,7 @@
<!-- Header: Title and Count -->
<div class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-4">
<h2 class="text-lg font-bold">Archived Cancelled Deliveries</h2>
<div class="badge badge-ghost">{{ recordsLength }} items Found</div>
<!-- <div class="badge badge-ghost">{{ recordsLength }} items Found</div> -->
</div>
<div class="divider"></div>

View File

@@ -15,7 +15,7 @@
<!-- Header: Title and Count -->
<div class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-4">
<h2 class="text-lg font-bold">Deliveries Awaiting Finalization</h2>
<div class="badge badge-ghost">{{ recordsLength }} items Found</div>
<!-- <div class="badge badge-ghost">{{ recordsLength }} items Found</div> -->
</div>
<div class="divider"></div>

View File

@@ -14,7 +14,7 @@
<!-- Header: Title and Count -->
<div class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-4">
<h2 class="text-lg font-bold">Completed and Finalized Deliveries</h2>
<div class="badge badge-ghost">{{ recordsLength }} items Found</div>
<!-- <div class="badge badge-ghost">{{ recordsLength }} items Found</div> -->
</div>
<div class="divider"></div>

View File

@@ -14,7 +14,7 @@
<!-- Header: Title and Count -->
<div class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-4">
<h2 class="text-lg font-bold">Deliveries Requiring Attention</h2>
<div class="badge badge-ghost">{{ recordsLength }} items Found</div>
<!-- <div class="badge badge-ghost">{{ recordsLength }} items Found</div> -->
</div>
<div class="divider"></div>

View File

@@ -13,7 +13,7 @@
<!-- Header: Title and Count -->
<div class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-4">
<h2 class="text-lg font-bold">Deliveries Awaiting Payment</h2>
<div class="badge badge-ghost">{{ recordsLength }} items Found</div>
<!-- <div class="badge badge-ghost">{{ recordsLength }} items Found</div> -->
</div>
<div class="divider"></div>

View File

@@ -17,7 +17,7 @@
<h2 class="text-lg font-bold">Todays Deliveries</h2>
<div class="form-control">
<label class="label pt-1 pb-0">
<span class="label-text-alt">{{ recordsLength }} deliveries found</span>
<!-- <span class="label-text-alt">{{ recordsLength }} deliveries found</span> -->
</label>
</div>
</div>

View File

@@ -13,7 +13,7 @@
<!-- Header: Title and Count (No Search Input) -->
<div class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-4">
<h2 class="text-lg font-bold">Deliveries Scheduled</h2>
<div class="badge badge-ghost">{{ recordsLength }} deliveries found</div>
<!-- <div class="badge badge-ghost">{{ recordsLength }} deliveries found</div> -->
</div>
<div class="divider"></div>

View File

@@ -13,7 +13,7 @@
<!-- Header: Title and Count -->
<div class="flex flex-col sm:flex-row sm:justify-between sm:items-center gap-4 mb-4">
<h2 class="text-lg font-bold">Deliveries Awaiting Dispatch</h2>
<div class="badge badge-ghost">{{ recordsLength }} deliveries found</div>
<!-- <div class="badge badge-ghost">{{ recordsLength }} deliveries found</div> -->
</div>
<div class="divider"></div>