From c10dabb57dc3628f44f62d3a54e15a6ea6e4c84f Mon Sep 17 00:00:00 2001 From: Robert Kossessa Date: Wed, 24 Jan 2024 14:24:47 +0100 Subject: [PATCH] UPD: Refactor program -> profile --- src/App.vue | 2 +- src/components/ConfigPane.vue | 6 ++--- src/components/ConfigSelect.vue | 4 +-- .../{ProgramConfig.vue => ProfileConfig.vue} | 26 +++++++++---------- src/lang/en.json | 8 +++--- 5 files changed, 23 insertions(+), 23 deletions(-) rename src/components/config/{ProgramConfig.vue => ProfileConfig.vue} (83%) diff --git a/src/App.vue b/src/App.vue index 99781f5..0d90466 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@ import Navbar from '@/components/Navbar.vue' import ConfigSelect from '@/components/ConfigSelect.vue' import { ref } from 'vue' -const currentConfigPage = ref('program_settings') +const currentConfigPage = ref('profile_settings') \ No newline at end of file diff --git a/src/components/config/ProgramConfig.vue b/src/components/config/ProfileConfig.vue similarity index 83% rename from src/components/config/ProgramConfig.vue rename to src/components/config/ProfileConfig.vue index dd15e20..2c17c6f 100644 --- a/src/components/config/ProgramConfig.vue +++ b/src/components/config/ProfileConfig.vue @@ -8,7 +8,7 @@

- {{ $t('config_options.program_settings.connection_type.title') }}

+ {{ $t('config_options.profile_settings.connection_type.title') }} @@ -21,7 +21,7 @@ usb-logo {{ $t('config_options.program_settings.connection_type.usb') + class="text-xs leading-3 text-wrap">{{ $t('config_options.profile_settings.connection_type.usb') }} @@ -31,7 +31,7 @@ midi-logo - {{ $t('config_options.program_settings.connection_type.midi') }} + {{ $t('config_options.profile_settings.connection_type.midi') }} @@ -48,7 +48,7 @@
-

{{ $t('config_options.program_settings.profile_properties.title') +

{{ $t('config_options.profile_settings.profile_properties.title') }}

@@ -58,10 +58,10 @@
{{ $t('config_options.program_settings.profile_properties.program_name') + class="text-sm text-muted-foreground font-mono pb-4">{{ $t('config_options.profile_settings.profile_properties.profile_name') }} @@ -70,11 +70,11 @@
{{ $t('config_options.program_settings.profile_properties.program_description') + class="text-sm text-muted-foreground font-mono pb-4">{{ $t('config_options.profile_settings.profile_properties.profile_description') }}