refactor: standardize formatting and improve code consistency across components

This commit is contained in:
maxDorninger
2025-05-17 23:43:24 +02:00
parent ef7b020043
commit bae450f7a4
31 changed files with 1375 additions and 991 deletions

17
web/package-lock.json generated
View File

@@ -12,6 +12,7 @@
"@sveltejs/adapter-node": "^5.2.12",
"eslint-plugin-unused-imports": "^4.1.4",
"lucide-svelte": "^0.507.0",
"mode-watcher": "^0.5.1",
"sharp": "^0.34.1",
"sveltekit-image-optimize": "^0.0.7",
"uuid": "^11.1.0"
@@ -29,7 +30,7 @@
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.4.6",
"bits-ui": "^1.4.8",
"clsx": "^2.1.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
@@ -3535,9 +3536,9 @@
}
},
"node_modules/bits-ui": {
"version": "1.4.6",
"resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.4.6.tgz",
"integrity": "sha512-EN2niBF9iBe03GzSJ64I369DA/pRdoC7sCKVAqIxMkxrk/ClfDurzNJkf4RMK6EFOxeqWzTVFJTGyPdmBAy6Lw==",
"version": "1.4.8",
"resolved": "https://registry.npmjs.org/bits-ui/-/bits-ui-1.4.8.tgz",
"integrity": "sha512-j34GsdSsJ+ZBl9h/70VkufvrlEgTKQSZvm80eM5VvuhLJWvpfEpn9+k0FVmtDQl9NSPgEVtI9imYhm8nW9Nj/w==",
"dev": true,
"dependencies": {
"@floating-ui/core": "^1.6.4",
@@ -4792,6 +4793,14 @@
"node": ">=16 || 14 >=14.17"
}
},
"node_modules/mode-watcher": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/mode-watcher/-/mode-watcher-0.5.1.tgz",
"integrity": "sha512-adEC6T7TMX/kzQlaO/MtiQOSFekZfQu4MC+lXyoceQG+U5sKpJWZ4yKXqw846ExIuWJgedkOIPqAYYRk/xHm+w==",
"peerDependencies": {
"svelte": "^4.0.0 || ^5.0.0-next.1"
}
},
"node_modules/mri": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",