From 64150a8262a0c07383c21243bef7feebbdcb6817 Mon Sep 17 00:00:00 2001 From: Jonathan Baecker Date: Tue, 1 Oct 2024 18:19:14 +0200 Subject: [PATCH] revert ad color, fix path names, throttle buttons. work on channel creation --- frontend/components/ConfigChannel.vue | 30 +++++++++++-------- frontend/components/PlayerControl.vue | 36 +++++++++++------------ frontend/components/PlaylistGenerator.vue | 2 +- frontend/components/PlaylistTable.vue | 4 +-- frontend/i18n/locales/de-DE.js | 2 +- frontend/i18n/locales/en-US.js | 2 +- frontend/i18n/locales/pt-BR.js | 2 +- frontend/i18n/locales/ru-RU.js | 2 +- frontend/package-lock.json | 20 +++++++++++-- frontend/package.json | 4 +-- frontend/pages/media.vue | 16 ++++++++-- frontend/pages/player.vue | 12 ++++---- frontend/plugins/lodash.client.ts | 17 ----------- frontend/stores/auth.ts | 6 ++-- frontend/stores/config.ts | 14 ++++----- frontend/stores/playlist.ts | 9 +++--- frontend/types/index.d.ts | 7 +++-- 17 files changed, 102 insertions(+), 83 deletions(-) delete mode 100644 frontend/plugins/lodash.client.ts diff --git a/frontend/components/ConfigChannel.vue b/frontend/components/ConfigChannel.vue index 60c0c90d..29d0b3a5 100644 --- a/frontend/components/ConfigChannel.vue +++ b/frontend/components/ConfigChannel.vue @@ -50,10 +50,10 @@