feat: Implement initial pedido (order) management, product catalog, and TI configuration features.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { Trophy, Award, Building2, Workflow } from "lucide-svelte";
|
||||
import { Trophy, Award, Building2, Workflow, Target } from "lucide-svelte";
|
||||
import { resolve } from "$app/paths";
|
||||
import ProtectedRoute from "$lib/components/ProtectedRoute.svelte";
|
||||
</script>
|
||||
@@ -43,6 +43,23 @@
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href={resolve('/programas-esportivos/acoes')}
|
||||
class="card bg-base-100 shadow-md hover:shadow-lg transition-shadow border border-base-200 hover:border-accent"
|
||||
>
|
||||
<div class="card-body">
|
||||
<div class="flex items-center gap-3 mb-2">
|
||||
<div class="p-2 bg-accent/10 rounded-lg">
|
||||
<Target class="h-6 w-6 text-accent" strokeWidth={2} />
|
||||
</div>
|
||||
<h4 class="font-semibold">Ações</h4>
|
||||
</div>
|
||||
<p class="text-sm text-base-content/70">
|
||||
Gerencie ações, projetos e leis relacionadas aos programas esportivos.
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div class="card bg-base-100 shadow-md opacity-70">
|
||||
<div class="card-body">
|
||||
<div class="flex items-center gap-3 mb-2">
|
||||
|
||||
Reference in New Issue
Block a user