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 --- .../Category/CategoryChildrenOptionsPanel.vue | 53 ----- .../Editor/Category/CategoryOptionsPanel.vue | 54 ------ components/Editor/EditorOptionsPanel.vue | 18 -- components/Editor/EditorPane.vue | 216 --------------------- components/Editor/EditorSidebar.vue | 28 --- components/Editor/EditorSidebarCategory.vue | 96 --------- components/Editor/EditorSidebarQuest.vue | 68 ------- components/Editor/Quest/Modal/DeleteQuestModal.vue | 42 ---- .../Editor/Quest/Modal/DuplicateQuestModal.vue | 69 ------- components/Editor/Quest/Modal/RenameQuestModal.vue | 69 ------- components/Editor/Quest/QuestOptionsPanel.vue | 145 -------------- components/Editor/Quest/QuestTasksOptionsPanel.vue | 98 ---------- .../Editor/Quest/Task/Modal/AddTaskModal.vue | 90 --------- .../Editor/Quest/Task/Modal/ChangeTaskModal.vue | 77 -------- components/Editor/Quest/Task/TaskConfiguration.vue | 209 -------------------- .../Editor/Quest/Task/TaskConfigurationRow.vue | 195 ------------------- 16 files changed, 1527 deletions(-) delete mode 100644 components/Editor/Category/CategoryChildrenOptionsPanel.vue delete mode 100644 components/Editor/Category/CategoryOptionsPanel.vue delete mode 100644 components/Editor/EditorOptionsPanel.vue delete mode 100644 components/Editor/EditorPane.vue delete mode 100644 components/Editor/EditorSidebar.vue delete mode 100644 components/Editor/EditorSidebarCategory.vue delete mode 100644 components/Editor/EditorSidebarQuest.vue delete mode 100644 components/Editor/Quest/Modal/DeleteQuestModal.vue delete mode 100644 components/Editor/Quest/Modal/DuplicateQuestModal.vue delete mode 100644 components/Editor/Quest/Modal/RenameQuestModal.vue delete mode 100644 components/Editor/Quest/QuestOptionsPanel.vue delete mode 100644 components/Editor/Quest/QuestTasksOptionsPanel.vue delete mode 100644 components/Editor/Quest/Task/Modal/AddTaskModal.vue delete mode 100644 components/Editor/Quest/Task/Modal/ChangeTaskModal.vue delete mode 100644 components/Editor/Quest/Task/TaskConfiguration.vue delete mode 100644 components/Editor/Quest/Task/TaskConfigurationRow.vue (limited to 'components/Editor') diff --git a/components/Editor/Category/CategoryChildrenOptionsPanel.vue b/components/Editor/Category/CategoryChildrenOptionsPanel.vue deleted file mode 100644 index 6e96f64..0000000 --- a/components/Editor/Category/CategoryChildrenOptionsPanel.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - diff --git a/components/Editor/Category/CategoryOptionsPanel.vue b/components/Editor/Category/CategoryOptionsPanel.vue deleted file mode 100644 index f7d548c..0000000 --- a/components/Editor/Category/CategoryOptionsPanel.vue +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - diff --git a/components/Editor/EditorOptionsPanel.vue b/components/Editor/EditorOptionsPanel.vue deleted file mode 100644 index 1415d84..0000000 --- a/components/Editor/EditorOptionsPanel.vue +++ /dev/null @@ -1,18 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/EditorPane.vue b/components/Editor/EditorPane.vue deleted file mode 100644 index bf9532a..0000000 --- a/components/Editor/EditorPane.vue +++ /dev/null @@ -1,216 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/EditorSidebar.vue b/components/Editor/EditorSidebar.vue deleted file mode 100644 index c9539fa..0000000 --- a/components/Editor/EditorSidebar.vue +++ /dev/null @@ -1,28 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/EditorSidebarCategory.vue b/components/Editor/EditorSidebarCategory.vue deleted file mode 100644 index 071ebc8..0000000 --- a/components/Editor/EditorSidebarCategory.vue +++ /dev/null @@ -1,96 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/EditorSidebarQuest.vue b/components/Editor/EditorSidebarQuest.vue deleted file mode 100644 index a7b3e3f..0000000 --- a/components/Editor/EditorSidebarQuest.vue +++ /dev/null @@ -1,68 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/Quest/Modal/DeleteQuestModal.vue b/components/Editor/Quest/Modal/DeleteQuestModal.vue deleted file mode 100644 index d0b0c5a..0000000 --- a/components/Editor/Quest/Modal/DeleteQuestModal.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/Quest/Modal/DuplicateQuestModal.vue b/components/Editor/Quest/Modal/DuplicateQuestModal.vue deleted file mode 100644 index bcd3782..0000000 --- a/components/Editor/Quest/Modal/DuplicateQuestModal.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/Quest/Modal/RenameQuestModal.vue b/components/Editor/Quest/Modal/RenameQuestModal.vue deleted file mode 100644 index 2ad1481..0000000 --- a/components/Editor/Quest/Modal/RenameQuestModal.vue +++ /dev/null @@ -1,69 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/Quest/QuestOptionsPanel.vue b/components/Editor/Quest/QuestOptionsPanel.vue deleted file mode 100644 index a462126..0000000 --- a/components/Editor/Quest/QuestOptionsPanel.vue +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - diff --git a/components/Editor/Quest/QuestTasksOptionsPanel.vue b/components/Editor/Quest/QuestTasksOptionsPanel.vue deleted file mode 100644 index a79e636..0000000 --- a/components/Editor/Quest/QuestTasksOptionsPanel.vue +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - diff --git a/components/Editor/Quest/Task/Modal/AddTaskModal.vue b/components/Editor/Quest/Task/Modal/AddTaskModal.vue deleted file mode 100644 index 57139bb..0000000 --- a/components/Editor/Quest/Task/Modal/AddTaskModal.vue +++ /dev/null @@ -1,90 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/Quest/Task/Modal/ChangeTaskModal.vue b/components/Editor/Quest/Task/Modal/ChangeTaskModal.vue deleted file mode 100644 index c6b5921..0000000 --- a/components/Editor/Quest/Task/Modal/ChangeTaskModal.vue +++ /dev/null @@ -1,77 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/Editor/Quest/Task/TaskConfiguration.vue b/components/Editor/Quest/Task/TaskConfiguration.vue deleted file mode 100644 index 0646ad4..0000000 --- a/components/Editor/Quest/Task/TaskConfiguration.vue +++ /dev/null @@ -1,209 +0,0 @@ - - - - - - diff --git a/components/Editor/Quest/Task/TaskConfigurationRow.vue b/components/Editor/Quest/Task/TaskConfigurationRow.vue deleted file mode 100644 index f68ce97..0000000 --- a/components/Editor/Quest/Task/TaskConfigurationRow.vue +++ /dev/null @@ -1,195 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3-70-g09d2