From bfd079520344b312542bdca79fe81f0703344026 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Tue, 29 Dec 2020 22:01:15 +0100 Subject: [PATCH] work on channel support - add new channel, select channel in menu --- components/Menu.vue | 12 ++++++++++++ pages/configure.vue | 30 ++++++++++++++++++++++++------ store/config.js | 37 +++++++++++++++++++++++++------------ 3 files changed, 61 insertions(+), 18 deletions(-) diff --git a/components/Menu.vue b/components/Menu.vue index 9c069061..5028ebf1 100644 --- a/components/Menu.vue +++ b/components/Menu.vue @@ -20,6 +20,11 @@ Configure + + + {{ channel.channel }} + + Logout @@ -29,10 +34,13 @@