From a902c46bfccd8c97546a261c0fe6e895068ac84c Mon Sep 17 00:00:00 2001 From: Lucas Phang Date: Fri, 30 Apr 2021 14:06:07 +1000 Subject: [PATCH 1/7] Remove CMC logo --- components/navigation/SideMenuInner.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/navigation/SideMenuInner.tsx b/components/navigation/SideMenuInner.tsx index 454160a..7590e8e 100644 --- a/components/navigation/SideMenuInner.tsx +++ b/components/navigation/SideMenuInner.tsx @@ -92,15 +92,6 @@ export function SideMenuInner() { CoinGecko - {/* - - CMC - */} From ef1441d1aed2c67cf522956497a743e8c614fa4e Mon Sep 17 00:00:00 2001 From: Lucas Phang Date: Fri, 30 Apr 2021 14:07:37 +1000 Subject: [PATCH 2/7] Remove CMC logo --- components/navigation/SideMenuInner.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/components/navigation/SideMenuInner.tsx b/components/navigation/SideMenuInner.tsx index 0f92452..1fc41dc 100644 --- a/components/navigation/SideMenuInner.tsx +++ b/components/navigation/SideMenuInner.tsx @@ -92,15 +92,6 @@ export function SideMenuInner() { CoinGecko - - - CMC - From 3766c2b3260c15e382c05644730001cf7442fe2c Mon Sep 17 00:00:00 2001 From: Lucas Phang Date: Fri, 30 Apr 2021 14:11:25 +1000 Subject: [PATCH 3/7] Align coingecko icon to the right --- components/navigation/SideMenuInner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/navigation/SideMenuInner.tsx b/components/navigation/SideMenuInner.tsx index 1fc41dc..63adf8b 100644 --- a/components/navigation/SideMenuInner.tsx +++ b/components/navigation/SideMenuInner.tsx @@ -80,7 +80,7 @@ export function SideMenuInner() {
-
+
View Oxen on{' '}
Date: Fri, 30 Apr 2021 14:17:23 +1000 Subject: [PATCH 4/7] Align social rows on mobile and tablet --- components/navigation/SideMenuInner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/navigation/SideMenuInner.tsx b/components/navigation/SideMenuInner.tsx index 63adf8b..94a8cf1 100644 --- a/components/navigation/SideMenuInner.tsx +++ b/components/navigation/SideMenuInner.tsx @@ -110,8 +110,8 @@ const SocialsRow = () => { return (
From 020d5ad0069eb2815429e94cc4d4746262962bca Mon Sep 17 00:00:00 2001 From: Lucas Phang Date: Fri, 30 Apr 2021 14:48:47 +1000 Subject: [PATCH 5/7] Update styling and alignment for mobile and tablet versions --- components/navigation/SideMenuInner.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/navigation/SideMenuInner.tsx b/components/navigation/SideMenuInner.tsx index 94a8cf1..bb0a7a2 100644 --- a/components/navigation/SideMenuInner.tsx +++ b/components/navigation/SideMenuInner.tsx @@ -59,7 +59,7 @@ export function SideMenuInner() { {!isDesktop && (
{_.chunk(NAVIGATION.MENU_ITEMS, 2).map(group => ( @@ -105,13 +105,13 @@ export function SideMenuInner() { } const SocialsRow = () => { - const { isDesktop } = useContext(ScreenContext); + const { isDesktop, isTablet } = useContext(ScreenContext); return (
From 49044b24cbc29065951e7e580d9f7818d376ef6b Mon Sep 17 00:00:00 2001 From: Lucas Phang Date: Fri, 30 Apr 2021 15:05:55 +1000 Subject: [PATCH 6/7] Cleanup unused code --- components/navigation/SideMenuFullscreen.tsx | 2 -- components/navigation/SideMenuInner.tsx | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/navigation/SideMenuFullscreen.tsx b/components/navigation/SideMenuFullscreen.tsx index 2752a58..d03ac04 100644 --- a/components/navigation/SideMenuFullscreen.tsx +++ b/components/navigation/SideMenuFullscreen.tsx @@ -28,8 +28,6 @@ export function SideMenuFullscreen({ withSideBar }: Props) { : '' }`, }} - //{/* Update padding for navigation */} - className={classNames('fixed inset-0 flex duration-300 transform bg-alt')} >
diff --git a/components/navigation/SideMenuInner.tsx b/components/navigation/SideMenuInner.tsx index bb0a7a2..cb24d5f 100644 --- a/components/navigation/SideMenuInner.tsx +++ b/components/navigation/SideMenuInner.tsx @@ -105,7 +105,7 @@ export function SideMenuInner() { } const SocialsRow = () => { - const { isDesktop, isTablet } = useContext(ScreenContext); + const { isTablet } = useContext(ScreenContext); return (