From 0f0b8ed3191210707965cc78ae626023c3b922f0 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Tue, 12 May 2026 22:08:30 +0100 Subject: add clerk auth --- .../red-right-hand/174bg.net/src/app/layout.js | 26 ++++++++++++++++++++-- .../src/components/TerminalOverlay/index.js | 2 +- communities/red-right-hand/174bg.net/src/proxy.js | 12 ++++++++++ 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 communities/red-right-hand/174bg.net/src/proxy.js (limited to 'communities/red-right-hand/174bg.net/src') diff --git a/communities/red-right-hand/174bg.net/src/app/layout.js b/communities/red-right-hand/174bg.net/src/app/layout.js index ce97609..32d23f4 100644 --- a/communities/red-right-hand/174bg.net/src/app/layout.js +++ b/communities/red-right-hand/174bg.net/src/app/layout.js @@ -1,3 +1,10 @@ +import { + ClerkProvider, + Show, + SignInButton, + SignUpButton, + UserButton, +} from "@clerk/nextjs"; import { Inter, Fira_Code } from "next/font/google"; import "./globals.css"; import TerminalOverlay from "@/components/TerminalOverlay"; @@ -27,8 +34,23 @@ export default function RootLayout({ children }) { className={`${inter.variable} ${firaCode.variable} h-full antialiased`} > - - {children} + +
+ + + + + + + + + +
+ + {children} +
); diff --git a/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js b/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js index 6053949..2d7c5da 100644 --- a/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js +++ b/communities/red-right-hand/174bg.net/src/components/TerminalOverlay/index.js @@ -10,7 +10,7 @@ export default function TerminalOverlay() { <>