feat: import/export settings, send backup of settings when leaving guild

This commit is contained in:
sam 2024-11-08 17:12:00 +01:00
parent e6d68338db
commit db5d7bb4f8
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
18 changed files with 392 additions and 39 deletions

View file

@ -17,11 +17,13 @@
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@sveltestrap/sveltestrap": "^6.2.7",
"@types/eslint": "^9.6.0",
"@types/file-saver": "^2.0.7",
"@types/luxon": "^3.4.2",
"bootstrap": "^5.3.3",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"file-saver": "^2.0.5",
"globals": "^15.0.0",
"luxon": "^3.5.0",
"marked": "^14.1.3",
@ -38,4 +40,4 @@
"vite-plugin-markdown": "^2.2.0"
},
"type": "module"
}
}