From 48222e103a05a96b63c2868ed556c1883dff27bb Mon Sep 17 00:00:00 2001 From: Ajeyakrishna Date: Sat, 1 Jul 2023 23:34:35 +0530 Subject: [PATCH 1/5] change sidebar to tabs and add responsiveness --- app/components/side-bar.hbs | 28 +++++++-- app/components/tasks.hbs | 19 +++--- app/constants/tasks.js | 42 ++++++++++++- app/controllers/tasks.js | 12 +++- app/styles/sidebar.css | 114 +++++++++++++++++++++++++++++++----- app/styles/tasks.css | 33 +++++++---- app/templates/tasks.hbs | 39 ++++++------ 7 files changed, 227 insertions(+), 60 deletions(-) diff --git a/app/components/side-bar.hbs b/app/components/side-bar.hbs index 1478c836..73fb2354 100644 --- a/app/components/side-bar.hbs +++ b/app/components/side-bar.hbs @@ -1,14 +1,30 @@ -