From 4f21c0b85cde2aafbf13722f787312f27f00b704 Mon Sep 17 00:00:00 2001 From: Pratiyush Kumar Date: Sat, 28 Oct 2023 20:44:05 +0530 Subject: [PATCH 1/2] sidebar is collapsing on click of expand button --- app/components/live-panel.hbs | 11 +++++++++++ app/components/live-sidebar.hbs | 21 ++++++++++++++++++--- app/controllers/live.js | 6 ++++++ app/styles/live-sidebar.module.css | 29 ++++++++++++++++++++++++++--- app/styles/live.module.css | 15 ++++++++++++++- app/templates/live.hbs | 16 ++++++++++++++-- 6 files changed, 89 insertions(+), 9 deletions(-) diff --git a/app/components/live-panel.hbs b/app/components/live-panel.hbs index f0fccf8e9..3fc6ed266 100644 --- a/app/components/live-panel.hbs +++ b/app/components/live-panel.hbs @@ -1,4 +1,15 @@
+ {{#if (eq @role this.ROLES.host)}} -