Skip to content

Commit

Permalink
Merge pull request #8 from gdi-be/form-without-config
Browse files Browse the repository at this point in the history
Refactor form
  • Loading branch information
KaiVolland authored Jan 10, 2025
2 parents 6491df1 + 1f2537d commit cd4669d
Show file tree
Hide file tree
Showing 45 changed files with 2,130 additions and 899 deletions.
Binary file modified bun.lockb
Binary file not shown.
26 changes: 14 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,27 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"smui-theme": "^8.0.0-beta.2",
"svelte": "^5.5.3",
"svelte": "^5.16.5",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^4.1.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11"
},
"dependencies": {
"@smui-extra/autocomplete": "^8.0.0-beta.2",
"@smui-extra/chip-input": "^8.0.0-beta.2",
"@smui/button": "^8.0.0-beta.2",
"@smui/card": "^8.0.0-beta.2",
"@smui/dialog": "^8.0.0-beta.2",
"@smui/form-field": "^8.0.0-beta.2",
"@smui/icon-button": "^8.0.0-beta.2",
"@smui/select": "^8.0.0-beta.2",
"@smui/switch": "^8.0.0-beta.2",
"@smui/textfield": "^8.0.0-beta.2",
"@smui/tooltip": "^8.0.0-beta.2",
"@smui-extra/autocomplete": "^8.0.0-beta.3",
"@smui-extra/chip-input": "^8.0.0-beta.3",
"@smui/button": "^8.0.0-beta.3",
"@smui/card": "^8.0.0-beta.3",
"@smui/checkbox": "^8.0.0-beta.3",
"@smui/dialog": "^8.0.0-beta.3",
"@smui/form-field": "^8.0.0-beta.3",
"@smui/icon-button": "^8.0.0-beta.3",
"@smui/paper": "^8.0.0-beta.3",
"@smui/select": "^8.0.0-beta.3",
"@smui/switch": "^8.0.0-beta.3",
"@smui/textfield": "^8.0.0-beta.3",
"@smui/tooltip": "^8.0.0-beta.3",
"cookie": "^1.0.1",
"jsonwebtoken": "^9.0.2",
"loggisch": "^0.0.1",
Expand Down
277 changes: 0 additions & 277 deletions src/lib/api/config.ts

This file was deleted.

Loading

0 comments on commit cd4669d

Please sign in to comment.