From 7bd0b4cd3e493e9580f9e171b96c75b5f55aed71 Mon Sep 17 00:00:00 2001 From: Adelino Ngomacha Date: Sat, 29 Jun 2024 15:00:38 +0200 Subject: [PATCH] feat: add services form page --- .../Dashboard/Settings/Forms/ServicesForm.vue | 186 ++++++++++ .../Settings/SettingsFormManager.vue | 2 + libs/components/Dashboard/SettingsSidebar.vue | 4 +- .../views/dashboard/settings/services.vue | 319 ------------------ storage/framework/types/components.d.ts | 3 + storage/framework/types/dashboard-router.d.ts | 1 - 6 files changed, 193 insertions(+), 322 deletions(-) create mode 100644 libs/components/Dashboard/Settings/Forms/ServicesForm.vue delete mode 100644 resources/views/dashboard/settings/services.vue diff --git a/libs/components/Dashboard/Settings/Forms/ServicesForm.vue b/libs/components/Dashboard/Settings/Forms/ServicesForm.vue new file mode 100644 index 0000000000..5b782a6e42 --- /dev/null +++ b/libs/components/Dashboard/Settings/Forms/ServicesForm.vue @@ -0,0 +1,186 @@ + + + + + diff --git a/libs/components/Dashboard/Settings/SettingsFormManager.vue b/libs/components/Dashboard/Settings/SettingsFormManager.vue index 4d1a8f1086..78635e44b3 100644 --- a/libs/components/Dashboard/Settings/SettingsFormManager.vue +++ b/libs/components/Dashboard/Settings/SettingsFormManager.vue @@ -14,6 +14,7 @@ import LibraryForm from './Forms/LibraryForm.vue' import QueueForm from './Forms/QueueForm.vue' import SearchEngineForm from './Forms/SearchEngineForm.vue' import SecurityForm from './Forms/SecurityForm.vue' +import ServicesForm from './Forms/ServicesForm.vue' const props = defineProps({ name: String, @@ -138,6 +139,7 @@ const pageTitle = computed < String > (() => options.find(option => option.key = +