Merge remote-tracking branch 'origin' into feat-pedidos

This commit is contained in:
2025-12-11 10:08:12 -03:00
194 changed files with 30374 additions and 10247 deletions

View File

@@ -1,9 +1,9 @@
<script lang="ts">
import { useQuery } from 'convex-svelte';
import { api } from '@sgse-app/backend/convex/_generated/api';
import type { Id } from '@sgse-app/backend/convex/_generated/dataModel';
import { useQuery } from 'convex-svelte';
import { TriangleAlert } from 'lucide-svelte';
import { loginModalStore } from '$lib/stores/loginModal.svelte';
import { TriangleAlert } from 'lucide-svelte';
interface Props {
recurso: string;
@@ -11,7 +11,7 @@
children?: any;
}
const { recurso, acao, children }: Props = $props();
let { recurso, acao, children }: Props = $props();
let verificando = $state(true);
let permitido = $state(false);