From 0944eb640b9998d166e59c2ffc1be84ca4d1d7a2 Mon Sep 17 00:00:00 2001 From: Darrach Barneveld Date: Thu, 28 Sep 2023 20:39:07 +0100 Subject: [PATCH 1/9] Updated branch name --- pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/index.tsx b/pages/index.tsx index 49f9f192..27a0fe52 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -16,6 +16,7 @@ import rocketman from "public/images/home/rocketman.png"; import moon from "public/images/home/moon.png"; const Home: NextPage = () => { + // Comment push const tagsToShow = [ "JavaScript", "Web Development", From 6e76043b6eedd2f0f941dc78be6d8a7829aa3b1b Mon Sep 17 00:00:00 2001 From: Darrach Barneveld Date: Mon, 2 Oct 2023 06:38:04 +0100 Subject: [PATCH 2/9] Added navbutton styles light and dark mode, global css class --- components/Nav/Nav.tsx | 16 +++++----------- styles/globals.css | 4 ++++ 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/components/Nav/Nav.tsx b/components/Nav/Nav.tsx index 18b4d09e..9e142e15 100644 --- a/components/Nav/Nav.tsx +++ b/components/Nav/Nav.tsx @@ -37,7 +37,7 @@ const Nav = () => { const hasNotifications = !!count && count > 0; return ( - + {({ open }) => ( <>
@@ -83,13 +83,13 @@ const Nav = () => { href={item.href} target="_blank" rel="noopener noreferrer" - className="text-neutral-300 hover:bg-neutral-900 hover:text-white px-3 py-2 rounded-md" + className="nav-button" > {item.name} ) : ( @@ -104,10 +104,7 @@ const Nav = () => {
{session ? ( <> - + Your Posts { ) : ( <> -
-

+

Sign in or create your account

From e3d561ef392f13fa11115cdd4c5cb59fc0fb28a6 Mon Sep 17 00:00:00 2001 From: Darrach Barneveld Date: Mon, 2 Oct 2023 09:50:30 +0100 Subject: [PATCH 8/9] Added mobile logo white mode fill --- components/Nav/Nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Nav/Nav.tsx b/components/Nav/Nav.tsx index a7428614..27d9b43c 100644 --- a/components/Nav/Nav.tsx +++ b/components/Nav/Nav.tsx @@ -65,10 +65,10 @@ const Nav = () => { Codú From 815bf2f321caf12a26c9b1b536a4c2187cc0f38c Mon Sep 17 00:00:00 2001 From: Darrach Barneveld Date: Mon, 2 Oct 2023 09:53:37 +0100 Subject: [PATCH 9/9] Removed bg from mobile nav notification --- components/Nav/Nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Nav/Nav.tsx b/components/Nav/Nav.tsx index 27d9b43c..e4dec6b7 100644 --- a/components/Nav/Nav.tsx +++ b/components/Nav/Nav.tsx @@ -203,7 +203,7 @@ const Nav = () => { View notifications {hasNotifications && (