proper location handling and improve search interface

This commit is contained in:
terraputix
2026-02-16 01:22:27 +01:00
parent 852ae21a82
commit 73a9892ef5
21 changed files with 470 additions and 322 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"lint": "prettier --check . && eslint .",
"test:unit": "vitest",
"test": "npm run test:unit -- --run",
"upgrade:ui": "npx shadcn-svelte@latest add alert button card checkbox dialog input label select separator switch -y -o && prettier --write src/lib/components/ui"
"upgrade:ui": "npx shadcn-svelte@latest add alert button card checkbox dialog input label popover select separator switch -y -o && prettier --write src/lib/components/ui"
},
"devDependencies": {
"@eslint/compat": "^1.4.0",