🚧 Progress on new editor

This commit is contained in:
Mawoka
2022-06-16 18:02:01 +02:00
parent 7abf227e8d
commit a22cf647fd
6 changed files with 249 additions and 208 deletions
+2 -1
View File
@@ -11,6 +11,7 @@
if (session.authenticated) {
signedIn.set(true);
}
return {};
}
</script>
@@ -21,7 +22,7 @@
import { navbarVisible } from '$lib/stores';
import { dataSchema } from '$lib/yupSchemas';
navbarVisible.set(true);
navbarVisible.set(false);
const { t } = getLocalization();
+1 -1
View File
@@ -32,7 +32,7 @@
import { navbarVisible } from '$lib/stores';
import { dataSchema } from '$lib/yupSchemas';
navbarVisible.set(true);
navbarVisible.set(false);
const { t } = getLocalization();