From 22d58f94b62f526f3c2c6da081220e99c9196f53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Thu, 19 Jan 2023 17:59:18 +0000 Subject: [PATCH] DoorPlacer component --- ui/src/components/DoorMapEditor.vue | 33 +++---------------- ui/src/components/door_map/DoorPlacer.vue | 40 +++++++++++++++++++++++ 2 files changed, 44 insertions(+), 29 deletions(-) create mode 100644 ui/src/components/door_map/DoorPlacer.vue diff --git a/ui/src/components/DoorMapEditor.vue b/ui/src/components/DoorMapEditor.vue index 54c613b..0960f07 100644 --- a/ui/src/components/DoorMapEditor.vue +++ b/ui/src/components/DoorMapEditor.vue @@ -15,46 +15,21 @@ -
-
-
    -
  • Linksklick + Ziehen: Neues Türchen erstellen
  • -
  • Rechtsklick + Ziehen: Türchen verschieben
  • -
  • Doppel- oder Mittelklick: Türchen löschen
  • -
-
-
- - -
-
+ - - \ No newline at end of file diff --git a/ui/src/components/door_map/DoorPlacer.vue b/ui/src/components/door_map/DoorPlacer.vue new file mode 100644 index 0000000..2f6cc34 --- /dev/null +++ b/ui/src/components/door_map/DoorPlacer.vue @@ -0,0 +1,40 @@ + + + + + \ No newline at end of file