From 413285f03dd45f734a80a3da393fb0e13ec4eaa8 Mon Sep 17 00:00:00 2001 From: Dogma <103559271+ArtificialDogma@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:07:58 +1000 Subject: [PATCH] Main Menu Updated - Main Menu updated to include dividers and subtext - Heading of menu updated to fix padding --- frontend/react/src/ui/panels/components/menu.tsx | 2 +- frontend/react/src/ui/panels/mainmenu.tsx | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/frontend/react/src/ui/panels/components/menu.tsx b/frontend/react/src/ui/panels/components/menu.tsx index bccd4510..3284742e 100644 --- a/frontend/react/src/ui/panels/components/menu.tsx +++ b/frontend/react/src/ui/panels/components/menu.tsx @@ -11,7 +11,7 @@ export function Menu(props: { children?: JSX.Element | JSX.Element[], }) { return
-
+
{props.showBackButton && { })} icon={faArrowLeft} className="mr-1 cursor-pointer p-2 rounded-md dark:hover:bg-gray-700 dark:text-gray-500 dark:hover:text-white"/>} {props.title}
diff --git a/frontend/react/src/ui/panels/mainmenu.tsx b/frontend/react/src/ui/panels/mainmenu.tsx index 6019569c..5a205715 100644 --- a/frontend/react/src/ui/panels/mainmenu.tsx +++ b/frontend/react/src/ui/panels/mainmenu.tsx @@ -11,18 +11,25 @@ export function MainMenu(props: { children?: JSX.Element | JSX.Element[], }) { return
-
Version {VERSION}
+
+
Olympus Version {VERSION}
+
You can use the Olympus Manager to update port, passwords or other settings.
+
+
{/**/}View GitHub Repo
{/**/}View User Guide
+
+
{/**/}Open Olympus Manager
{/**/}Database Manager
{/**/}Export to file
{/**/}Import from file
+
{/**/}Close Olympus