From addf95bc7e1e694cd9ba7797c8b0847bfecaf54c Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Tue, 12 Mar 2024 17:48:23 +0000 Subject: Add nuxt prefixes back to component file names --- .../editor/quest/EditorQuestOptionsPanel.vue | 129 +++++++++++++++++++++ .../editor/quest/EditorQuestTasksOptionsPanel.vue | 83 +++++++++++++ components/editor/quest/OptionsPanel.vue | 129 --------------------- components/editor/quest/TasksOptionsPanel.vue | 83 ------------- components/editor/quest/modal/Delete.vue | 30 ----- components/editor/quest/modal/Duplicate.vue | 58 --------- .../editor/quest/modal/EditorQuestModalDelete.vue | 30 +++++ .../quest/modal/EditorQuestModalDuplicate.vue | 58 +++++++++ .../editor/quest/modal/EditorQuestModalRename.vue | 58 +++++++++ .../editor/quest/modal/EditorQuestModalYaml.vue | 59 ++++++++++ components/editor/quest/modal/Rename.vue | 58 --------- components/editor/quest/modal/Yaml.vue | 59 ---------- 12 files changed, 417 insertions(+), 417 deletions(-) create mode 100644 components/editor/quest/EditorQuestOptionsPanel.vue create mode 100644 components/editor/quest/EditorQuestTasksOptionsPanel.vue delete mode 100644 components/editor/quest/OptionsPanel.vue delete mode 100644 components/editor/quest/TasksOptionsPanel.vue delete mode 100644 components/editor/quest/modal/Delete.vue delete mode 100644 components/editor/quest/modal/Duplicate.vue create mode 100644 components/editor/quest/modal/EditorQuestModalDelete.vue create mode 100644 components/editor/quest/modal/EditorQuestModalDuplicate.vue create mode 100644 components/editor/quest/modal/EditorQuestModalRename.vue create mode 100644 components/editor/quest/modal/EditorQuestModalYaml.vue delete mode 100644 components/editor/quest/modal/Rename.vue delete mode 100644 components/editor/quest/modal/Yaml.vue (limited to 'components/editor/quest') diff --git a/components/editor/quest/EditorQuestOptionsPanel.vue b/components/editor/quest/EditorQuestOptionsPanel.vue new file mode 100644 index 0000000..5aaff23 --- /dev/null +++ b/components/editor/quest/EditorQuestOptionsPanel.vue @@ -0,0 +1,129 @@ + + + + + diff --git a/components/editor/quest/EditorQuestTasksOptionsPanel.vue b/components/editor/quest/EditorQuestTasksOptionsPanel.vue new file mode 100644 index 0000000..cb4b109 --- /dev/null +++ b/components/editor/quest/EditorQuestTasksOptionsPanel.vue @@ -0,0 +1,83 @@ + + + + + + diff --git a/components/editor/quest/OptionsPanel.vue b/components/editor/quest/OptionsPanel.vue deleted file mode 100644 index 5aaff23..0000000 --- a/components/editor/quest/OptionsPanel.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - - - diff --git a/components/editor/quest/TasksOptionsPanel.vue b/components/editor/quest/TasksOptionsPanel.vue deleted file mode 100644 index cb4b109..0000000 --- a/components/editor/quest/TasksOptionsPanel.vue +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - diff --git a/components/editor/quest/modal/Delete.vue b/components/editor/quest/modal/Delete.vue deleted file mode 100644 index e81bcc7..0000000 --- a/components/editor/quest/modal/Delete.vue +++ /dev/null @@ -1,30 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/editor/quest/modal/Duplicate.vue b/components/editor/quest/modal/Duplicate.vue deleted file mode 100644 index 73a2fd0..0000000 --- a/components/editor/quest/modal/Duplicate.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/editor/quest/modal/EditorQuestModalDelete.vue b/components/editor/quest/modal/EditorQuestModalDelete.vue new file mode 100644 index 0000000..e81bcc7 --- /dev/null +++ b/components/editor/quest/modal/EditorQuestModalDelete.vue @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file diff --git a/components/editor/quest/modal/EditorQuestModalDuplicate.vue b/components/editor/quest/modal/EditorQuestModalDuplicate.vue new file mode 100644 index 0000000..73a2fd0 --- /dev/null +++ b/components/editor/quest/modal/EditorQuestModalDuplicate.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/components/editor/quest/modal/EditorQuestModalRename.vue b/components/editor/quest/modal/EditorQuestModalRename.vue new file mode 100644 index 0000000..3d846aa --- /dev/null +++ b/components/editor/quest/modal/EditorQuestModalRename.vue @@ -0,0 +1,58 @@ + + + + + \ No newline at end of file diff --git a/components/editor/quest/modal/EditorQuestModalYaml.vue b/components/editor/quest/modal/EditorQuestModalYaml.vue new file mode 100644 index 0000000..365055c --- /dev/null +++ b/components/editor/quest/modal/EditorQuestModalYaml.vue @@ -0,0 +1,59 @@ + + +