Convert
@@ -951,7 +959,11 @@ const app = new Elysia({ return (Results
@@ -1038,7 +1050,11 @@ const app = new Elysia({ return (
@@ -1284,7 +1300,11 @@ const app = new Elysia({
return (
<>
-
+
diff --git a/bun.lockb b/bun.lockb index 61bc091..68fabb9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/components/header.tsx b/src/components/header.tsx index b1db00e..20167a6 100644 --- a/src/components/header.tsx +++ b/src/components/header.tsx @@ -3,10 +3,12 @@ import { Html } from "@kitajs/html"; export const Header = ({ loggedIn, accountRegistration, + allowUnauthenticated, webroot = "", }: { loggedIn?: boolean; accountRegistration?: boolean; + allowUnauthenticated?: boolean; webroot?: string; }) => { let rightNav: JSX.Element; @@ -24,17 +26,19 @@ export const Header = ({ History -