From 85292ca1b4672ff1be0a80ae0a946b66ee6e1c46 Mon Sep 17 00:00:00 2001 From: caranicas Date: Sat, 17 Sep 2022 20:26:24 -0400 Subject: [PATCH] adding recipe --- ui/frontend/build_src/index.html | 17 +- ui/frontend/build_src/package-lock.json | 15 ++ ui/frontend/build_src/package.json | 1 + ui/frontend/build_src/src/App.tsx | 3 +- .../advancedSettings/advancedsettings.css.ts | 20 +- .../propertySettings/index.tsx | 3 - .../makeButton/makeButton.css.ts | 28 ++- .../basicCreation/seedImage/seedImage.css.ts | 31 ++- .../displayPanel/displayPanel.css.ts | 11 +- .../headerDisplay/headerDisplay.css.ts | 8 +- .../statusDisplay/statusDisplay.css.ts | 10 +- .../build_src/src/pages/Home/home.css.ts | 2 +- .../build_src/src/pages/Settings/index.tsx | 2 +- .../build_src/src/stores/imageCreateStore.ts | 63 +++--- ui/frontend/build_src/src/styles/index.css.ts | 3 +- .../build_src/src/styles/recipes/index.css.ts | 0 .../build_src/src/styles/theme/index.css.ts | 213 +++++++++--------- 17 files changed, 233 insertions(+), 197 deletions(-) create mode 100644 ui/frontend/build_src/src/styles/recipes/index.css.ts diff --git a/ui/frontend/build_src/index.html b/ui/frontend/build_src/index.html index 52aa7562..dcaaa193 100644 --- a/ui/frontend/build_src/index.html +++ b/ui/frontend/build_src/index.html @@ -17,20 +17,7 @@