From fe6b646fa1b8f2b377791cdf89dedd3c5327eca8 Mon Sep 17 00:00:00 2001 From: Manish Devrani Date: Sat, 8 Jul 2023 02:20:46 +0530 Subject: [PATCH 1/4] feat-removed buttons to mark user idle and active --- app/components/user-status-modal.hbs | 3 --- app/components/user-status.hbs | 4 ---- app/components/user-status.js | 21 ++++----------------- 3 files changed, 4 insertions(+), 24 deletions(-) diff --git a/app/components/user-status-modal.hbs b/app/components/user-status-modal.hbs index 0cce16c1..b2edafd6 100644 --- a/app/components/user-status-modal.hbs +++ b/app/components/user-status-modal.hbs @@ -10,9 +10,6 @@ - {{else if (eq @newStatus this.USER_STATES.IDLE)}} - {{/if}}