From d504b23b3722e2d793dc47055eee3bd2fe4ef112 Mon Sep 17 00:00:00 2001 From: R Ranathunga Date: Mon, 16 Sep 2024 13:32:22 -0700 Subject: [PATCH 1/2] fix: add a margin to left side nav --- app/components/Analyst/NavigationSidebar.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/components/Analyst/NavigationSidebar.tsx b/app/components/Analyst/NavigationSidebar.tsx index c695a73178..f4b3b7aebb 100644 --- a/app/components/Analyst/NavigationSidebar.tsx +++ b/app/components/Analyst/NavigationSidebar.tsx @@ -26,6 +26,10 @@ const StyledUpperSection = styled.section` color: ${(props) => props.theme.color.navigationBlue}; `; +const StyledLowerSection = styled.section` + margin-top: 1em; +`; + const NavigationSidebar = () => { const router = useRouter(); const { asPath } = router; @@ -47,7 +51,7 @@ const NavigationSidebar = () => { label="Dashboard" /> -
+ { icon={faClockRotateLeft} label="History" /> -
+ ); From 9d89540330a4bf6babe162ed05f3534c63aabe29 Mon Sep 17 00:00:00 2001 From: CCBC Service Account <116113628+ccbc-service-account@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:07:16 +0000 Subject: [PATCH 2/2] chore: release v1.193.7 --- CHANGELOG.md | 7 +++++++ db/sqitch.plan | 1 + package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20194608ad..6d714cdd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.193.7](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.193.5...v1.193.7) (2024-09-27) + +### Bug Fixes + +- add a margin to left side nav ([d504b23](https://github.com/bcgov/CONN-CCBC-portal/commit/d504b23b3722e2d793dc47055eee3bd2fe4ef112)) +- cbc edit input focus issue ([ce13c6c](https://github.com/bcgov/CONN-CCBC-portal/commit/ce13c6c0085e7021dfe2ecb2d6b7ceff4567ab4a)) + ## [1.193.6](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.193.5...v1.193.6) (2024-09-26) ### Bug Fixes diff --git a/db/sqitch.plan b/db/sqitch.plan index 04699a8096..14e73f3943 100644 --- a/db/sqitch.plan +++ b/db/sqitch.plan @@ -684,3 +684,4 @@ computed_columns/cbc_history 2024-09-03T15:16:07Z Anthony Bushara # release v1.193.4 @1.193.5 2024-09-26T20:14:22Z CCBC Service Account # release v1.193.5 @1.193.6 2024-09-26T21:30:05Z CCBC Service Account # release v1.193.6 +@1.193.7 2024-09-27T17:07:14Z CCBC Service Account # release v1.193.7 diff --git a/package.json b/package.json index 8e5273d525..17befa3b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CONN-CCBC-portal", - "version": "1.193.6", + "version": "1.193.7", "main": "index.js", "repository": "https://github.com/bcgov/CONN-CCBC-portal.git", "author": "Romer, Meherzad CITZ:EX ",