From c68b87cd8f134a62e4d7d432941fe3b463232319 Mon Sep 17 00:00:00 2001 From: Jesse Paterson Date: Wed, 1 May 2024 16:01:59 -0700 Subject: [PATCH 1/6] Added basic structure --- src/common/ui/templates/home/index.tsx | 26 +++++++++++------------- src/common/ui/templates/space/index.tsx | 25 +++++++++++++++++++++++ src/fidgets/layout/grids/defaultGrid.tsx | 0 src/pages/homebase/homebase.tsx | 20 ++++++++++++++++++ 4 files changed, 57 insertions(+), 14 deletions(-) create mode 100644 src/common/ui/templates/space/index.tsx create mode 100644 src/fidgets/layout/grids/defaultGrid.tsx create mode 100644 src/pages/homebase/homebase.tsx diff --git a/src/common/ui/templates/home/index.tsx b/src/common/ui/templates/home/index.tsx index d9e37eb5..489c69e4 100644 --- a/src/common/ui/templates/home/index.tsx +++ b/src/common/ui/templates/home/index.tsx @@ -24,7 +24,7 @@ import { } from "@heroicons/react/24/solid"; import { useRouter } from "next/router"; import { ThemeToggle } from "@/common/ui/components/ThemeToggle"; -import herocastImg from "@public/images/logo.png"; +import logo from "@public/images/logo.png"; import { TooltipProvider, } from "@/common/ui/atoms/tooltip"; @@ -64,6 +64,13 @@ const Home = ({ children }: { children: React.ReactNode }) => { }; const navigation: NavigationItemType[] = [ + { + name: "Homebase", + router: "/homebase", + icon: