From 71e4ad2c71efea471923ea47f01bfda841387f81 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 10 Mar 2024 01:31:42 +0000 Subject: Use nuxt auto import magic --- components/editor/quest/OptionsPanel.vue | 131 ++++++++++++++++++++++++++ components/editor/quest/TasksOptionsPanel.vue | 84 +++++++++++++++++ components/editor/quest/modal/Delete.vue | 30 ++++++ components/editor/quest/modal/Duplicate.vue | 58 ++++++++++++ components/editor/quest/modal/Rename.vue | 58 ++++++++++++ 5 files changed, 361 insertions(+) create mode 100644 components/editor/quest/OptionsPanel.vue create mode 100644 components/editor/quest/TasksOptionsPanel.vue create mode 100644 components/editor/quest/modal/Delete.vue create mode 100644 components/editor/quest/modal/Duplicate.vue create mode 100644 components/editor/quest/modal/Rename.vue (limited to 'components/editor/quest') diff --git a/components/editor/quest/OptionsPanel.vue b/components/editor/quest/OptionsPanel.vue new file mode 100644 index 0000000..de32abb --- /dev/null +++ b/components/editor/quest/OptionsPanel.vue @@ -0,0 +1,131 @@ + + + + + diff --git a/components/editor/quest/TasksOptionsPanel.vue b/components/editor/quest/TasksOptionsPanel.vue new file mode 100644 index 0000000..7742408 --- /dev/null +++ b/components/editor/quest/TasksOptionsPanel.vue @@ -0,0 +1,84 @@ + + + + + + diff --git a/components/editor/quest/modal/Delete.vue b/components/editor/quest/modal/Delete.vue new file mode 100644 index 0000000..47c6388 --- /dev/null +++ b/components/editor/quest/modal/Delete.vue @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file diff --git a/components/editor/quest/modal/Duplicate.vue b/components/editor/quest/modal/Duplicate.vue new file mode 100644 index 0000000..e089222 --- /dev/null +++ b/components/editor/quest/modal/Duplicate.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/components/editor/quest/modal/Rename.vue b/components/editor/quest/modal/Rename.vue new file mode 100644 index 0000000..7339219 --- /dev/null +++ b/components/editor/quest/modal/Rename.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2