From 88785aaa32fd3266907ad6ffc6eae3e4f28b9d57 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 17 Jul 2021 23:11:24 +0200 Subject: [PATCH] Fixed bug with custom css not persisting --- client/.env | 2 +- .../Settings/OtherSettings/OtherSettings.tsx | 22 +++++++++---------- controllers/config.js | 4 ++++ server.js | 2 ++ utils/findCss.js | 22 +++++++++++++++++++ 5 files changed, 40 insertions(+), 12 deletions(-) create mode 100644 utils/findCss.js diff --git a/client/.env b/client/.env index 18588d5..036129f 100644 --- a/client/.env +++ b/client/.env @@ -1 +1 @@ -REACT_APP_VERSION=1.5.2 \ No newline at end of file +REACT_APP_VERSION=1.6.0 \ No newline at end of file diff --git a/client/src/components/Settings/OtherSettings/OtherSettings.tsx b/client/src/components/Settings/OtherSettings/OtherSettings.tsx index 7ab2770..199e9ff 100644 --- a/client/src/components/Settings/OtherSettings/OtherSettings.tsx +++ b/client/src/components/Settings/OtherSettings/OtherSettings.tsx @@ -145,6 +145,17 @@ const OtherSettings = (props: ComponentProps): JSX.Element => { + + + + - - - -