fix: front-end improvements

makes some fields visible and other hidden depending on the result of
some API calls, e.g. visitor is logged in -> show "Log out" button
This commit is contained in:
2025-05-19 00:43:15 +02:00
parent e0e6fa0573
commit 5536a9ad7f
15 changed files with 465 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
"strict": true,
"esModuleInterop": true,
"outDir": "WebApp/wwwroot/js",
"lib": [ "es2015", "dom" ]
"lib": [ "es2017", "dom" ]
},
"include": [ "WebApp/ts/**/*" ],
"compileOnSave": true