From 37a89e45488ac98787ff570618a4583232accbd2 Mon Sep 17 00:00:00 2001 From: Dogma <103559271+ArtificialDogma@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:59:23 +1000 Subject: [PATCH] Multiple updates - Added bottom buttons to sidebar - Fixed up various UI issues - Added options panel that now works --- .../react/src/ui/components/olnumberinput.tsx | 4 +- .../react/src/ui/components/olstatebutton.tsx | 4 +- frontend/react/src/ui/panels/header.tsx | 4 +- frontend/react/src/ui/panels/mainmenu.tsx | 2 +- frontend/react/src/ui/panels/options.tsx | 77 +++++++++++++++++++ frontend/react/src/ui/panels/sidebar.tsx | 15 ++-- frontend/react/src/ui/ui.tsx | 8 ++ 7 files changed, 102 insertions(+), 12 deletions(-) create mode 100644 frontend/react/src/ui/panels/options.tsx diff --git a/frontend/react/src/ui/components/olnumberinput.tsx b/frontend/react/src/ui/components/olnumberinput.tsx index e71f4fcf..55babd41 100644 --- a/frontend/react/src/ui/components/olnumberinput.tsx +++ b/frontend/react/src/ui/components/olnumberinput.tsx @@ -9,13 +9,13 @@ export function OlNumberInput(props: { onChange: (e: ChangeEvent) => void }) { return
-
+
- +