implemented task creation right from the canban
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
import ViewTask from "./routes/task/View.svelte";
|
||||
|
||||
let translations_ready = $state(false);
|
||||
|
||||
onMount(async () => {
|
||||
await loadTranslation('de','Login');
|
||||
translations_ready = true;
|
||||
|
||||
Reference in New Issue
Block a user