Merge Bug Report and Update System into main #1

Merged
lyzcoote merged 14 commits from bug-report into main 2026-02-17 11:23:10 +01:00
2 changed files with 18 additions and 18 deletions
Showing only changes of commit 40340ce32a - Show all commits

View File

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

View File

@@ -46,7 +46,7 @@
<div class="space-y-4">
<!-- Filters -->
<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" />
<input
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"
>
<RefreshCcw class="h-4 w-4" />
Filter
Refresh
</button>
{#if data.filters.search || data.filters.status}
<button