From 325fb4a377bfe835dfb7367abe87246bb643f545 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:01:56 +0530 Subject: [PATCH] chore: fixes and improvement (#2595) * fix: project card fix * chore: bug fixes and ui improvement --- web/components/cycles/cycles-list-item.tsx | 2 +- web/components/cycles/sidebar.tsx | 14 ++++----- web/components/headers/modules-list.tsx | 4 +-- web/components/modules/module-list-item.tsx | 2 +- web/components/modules/sidebar.tsx | 14 ++++----- web/components/project/card.tsx | 10 +++---- web/constants/cycle.tsx | 8 ++--- web/constants/issue.ts | 16 +++++----- .../projects/[projectId]/cycles/index.tsx | 29 ++++++++++++------- 9 files changed, 52 insertions(+), 47 deletions(-) diff --git a/web/components/cycles/cycles-list-item.tsx b/web/components/cycles/cycles-list-item.tsx index 3f284e455..c294a5119 100644 --- a/web/components/cycles/cycles-list-item.tsx +++ b/web/components/cycles/cycles-list-item.tsx @@ -149,7 +149,7 @@ export const CyclesListItem: FC = (props) => { projectId={projectId} /> - +
diff --git a/web/components/cycles/sidebar.tsx b/web/components/cycles/sidebar.tsx index 5d0f47b51..ea154d48b 100644 --- a/web/components/cycles/sidebar.tsx +++ b/web/components/cycles/sidebar.tsx @@ -305,14 +305,12 @@ export const CycleDetailsSidebar: React.FC = observer((props) => { <>
- {peekCycle && ( - - )} +
- )} +
+ + ); })}