From af47db00fa8b681c3d16ff2440f1f1d1a5d9642b Mon Sep 17 00:00:00 2001 From: Martin Schmidt Date: Sun, 15 May 2022 19:18:46 +0200 Subject: [PATCH] refactor(DLNA): loop though settings and allow editing --- .../components/System/DlnaEntryEditor.vue | 154 ++++++ .../components/System/DlnaProfileEditor.vue | 487 ++++++++---------- frontend/locales/en-US.json | 93 +++- frontend/pages/settings/dlna.vue | 35 +- 4 files changed, 452 insertions(+), 317 deletions(-) create mode 100644 frontend/components/System/DlnaEntryEditor.vue diff --git a/frontend/components/System/DlnaEntryEditor.vue b/frontend/components/System/DlnaEntryEditor.vue new file mode 100644 index 00000000000..d44c878a4bd --- /dev/null +++ b/frontend/components/System/DlnaEntryEditor.vue @@ -0,0 +1,154 @@ + + + + + diff --git a/frontend/components/System/DlnaProfileEditor.vue b/frontend/components/System/DlnaProfileEditor.vue index 8adbb614ed3..fbcda0e27a5 100644 --- a/frontend/components/System/DlnaProfileEditor.vue +++ b/frontend/components/System/DlnaProfileEditor.vue @@ -1,12 +1,11 @@ + + - - - - - {{ $t('settings.dlna.profile.xml.text') }} - - - @@ -330,10 +284,20 @@