feat(frontend): add toast if avatar is too big

This commit is contained in:
Sam 2023-04-13 23:34:19 +02:00
parent a9463896d4
commit 30c086f0f3
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
5 changed files with 30 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"ignoreDeprecations": "5.0",
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,