From 813b5cf68a8cd7e4df4abdbd114acb4467d7038c Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Mon, 14 Aug 2023 20:35:04 +1000 Subject: [PATCH] feat: feature/mvp-sprint-1 --- .../app/components/Commander/CommanderV1.tsx | 69 ++++++++++++++----- 1 file changed, 53 insertions(+), 16 deletions(-) diff --git a/remix/app/components/Commander/CommanderV1.tsx b/remix/app/components/Commander/CommanderV1.tsx index f2a81c6..4f38ba9 100644 --- a/remix/app/components/Commander/CommanderV1.tsx +++ b/remix/app/components/Commander/CommanderV1.tsx @@ -513,14 +513,58 @@ export const CommanderV1 = (props) => { maxWidth={[mobileVW, "100%"]} height="100%" > - + {/* TODO: Fix duplicate code because of rainbow mode disabling hack */} + {props?.rainbow && ( + +
+ + +
+
+ )} + {!props?.rainbow && (
{ pointerEvents="all" outline="none" > - { value={inputValue} >
-
+ )}