From f7e98ed6f74781cb30994dc9b9c99793fea54e79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Wed, 13 Sep 2023 19:20:11 +0000 Subject: [PATCH] Peterprobleme --- Ideen.md | 2 ++ ui/src/components/admin/CalendarAssistant.vue | 4 ++-- ui/src/components/admin/DoorMapEditor.vue | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Ideen.md b/Ideen.md index 400a8dd..f40065a 100644 --- a/Ideen.md +++ b/Ideen.md @@ -1,5 +1,7 @@ # Ideen +- Türchen anzeigen im DoorMapEditor - Extra-Türchen (kein Buchstabe, nur manuelles Bild) - Option "Nur Groß-/Kleinbuchstaben" (standard nur groß) - Option "Leerzeichen ignorieren" (standard ja) +- Option "custom Zuordnung Buchstaben" (standard leer) diff --git a/ui/src/components/admin/CalendarAssistant.vue b/ui/src/components/admin/CalendarAssistant.vue index 776fb9e..a3944f2 100644 --- a/ui/src/components/admin/CalendarAssistant.vue +++ b/ui/src/components/admin/CalendarAssistant.vue @@ -10,7 +10,7 @@ >
-

Buchstaben-Zuordnung

+

Zuordnung Buchstaben

-

Bilder-Zuordnung

+

Zuordnung Bilder

alert("Erfolgeich!")) + .then(() => alert("Erfolgreich!")) .catch(() => {}) .finally(() => (this.loading_doors = false)); } @@ -160,7 +160,7 @@ export default class extends Vue { this.save_doors() .then(() => { this.load_doors() - .then(() => alert("Erfolgeich!")) + .then(() => alert("Erfolgreich!")) .catch(() => {}) .finally(() => (this.saving_doors = false)); })