fix: update package dependencies and adjust filter input width

This commit is contained in:
Flavio Fois
2026-02-14 23:06:14 +01:00
parent 0aaa026429
commit 40340ce32a
2 changed files with 18 additions and 18 deletions

View File

@@ -9,25 +9,25 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-node": "^5.2.0", "@sveltejs/adapter-node": "^5.5.3",
"@sveltejs/kit": "^2.21.0", "@sveltejs/kit": "^2.51.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0", "@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/vite": "^4.0.0", "@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.2.3", "@types/node": "^25.2.3",
"svelte": "^5.0.0", "svelte": "^5.51.1",
"svelte-check": "^4.0.0", "svelte-check": "^4.4.0",
"tailwindcss": "^4.0.0", "tailwindcss": "^4.1.18",
"typescript": "^5.0.0", "typescript": "^5.9.3",
"vite": "^6.0.0" "vite": "^6.4.1"
}, },
"dependencies": { "dependencies": {
"drizzle-orm": "^0.38.0", "drizzle-orm": "^0.38.4",
"mysql2": "^3.11.0", "mysql2": "^3.17.1",
"bits-ui": "^1.0.0", "bits-ui": "^1.8.0",
"clsx": "^2.1.0", "clsx": "^2.1.1",
"tailwind-merge": "^3.0.0", "tailwind-merge": "^3.4.0",
"tailwind-variants": "^0.3.0", "tailwind-variants": "^0.3.1",
"jszip": "^3.10.0", "jszip": "^3.10.1",
"lucide-svelte": "^0.469.0" "lucide-svelte": "^0.469.0"
}, },
"type": "module" "type": "module"

View File

@@ -46,7 +46,7 @@
<div class="space-y-4"> <div class="space-y-4">
<!-- Filters --> <!-- Filters -->
<div class="flex flex-wrap items-center gap-3"> <div class="flex flex-wrap items-center gap-3">
<div class="relative flex-1 min-w-[200px] max-w-sm"> <div class="relative flex-1 min-w-50 max-w-sm">
<Search class="absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground" /> <Search class="absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground" />
<input <input
type="text" type="text"
@@ -79,7 +79,7 @@
class="inline-flex items-center gap-1.5 rounded-md bg-primary px-3 py-2 text-sm font-medium text-primary-foreground hover:bg-primary/90" class="inline-flex items-center gap-1.5 rounded-md bg-primary px-3 py-2 text-sm font-medium text-primary-foreground hover:bg-primary/90"
> >
<RefreshCcw class="h-4 w-4" /> <RefreshCcw class="h-4 w-4" />
Filter Refresh
</button> </button>
{#if data.filters.search || data.filters.status} {#if data.filters.search || data.filters.status}
<button <button