add customer and providers

This commit is contained in:
2026-03-17 14:50:02 -05:00
parent 7e8025700b
commit 5164590bc9
16 changed files with 2958 additions and 301 deletions

View File

@@ -26,7 +26,7 @@
<NuxtLink
to="/customers"
class="group flex items-center px-3 py-2 rounded-lg text-sm font-medium
bg-primary-50 text-primary-700 border border-primary-100"
text-slate-600 hover:bg-slate-100 hover:text-slate-900 transition"
>
Customers
</NuxtLink>
@@ -39,6 +39,22 @@
Policies
</NuxtLink>
<NuxtLink
to="/providers"
class="group flex items-center px-3 py-2 rounded-lg text-sm font-medium
text-slate-600 hover:bg-slate-100 hover:text-slate-900 transition"
>
Providers
</NuxtLink>
<NuxtLink
to="/tasks"
class="group flex items-center px-3 py-2 rounded-lg text-sm font-medium
text-slate-600 hover:bg-slate-100 hover:text-slate-900 transition"
>
Tasks
</NuxtLink>
</nav>
</aside>