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

@@ -2,14 +2,13 @@
import { useConvexClient } from 'convex-svelte';
import {
ExternalLink,
Eye,
File as FileIcon,
FileText,
RefreshCw,
File as FileIcon,
Upload,
Trash2,
Upload
Eye,
RefreshCw
} from 'lucide-svelte';
import { resolve } from '$app/paths';
interface Props {
label: string;
@@ -21,7 +20,7 @@
onRemove: () => Promise<void>;
}
const {
let {
label,
helpUrl,
value = $bindable(),