From 96377c72ed9825aeaa730b88eeced4332d778d23 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Wed, 28 Oct 2020 18:39:29 +0000 Subject: [PATCH] Fix things and add new noscript message --- package.json | 4 +-- public/index.html | 25 +++++++++++++++- src/components/modals/settings/Section.jsx | 2 +- .../settings/sections/BackgroundSettings.jsx | 2 +- .../settings/sections/SearchSettings.jsx | 2 +- src/scss/index.scss | 29 +++++++++---------- 6 files changed, 43 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index b13de57f..360ace46 100644 --- a/package.json +++ b/package.json @@ -21,9 +21,9 @@ "fontsource-lexend-deca": "^3.0.10", "fontsource-roboto": "^3.0.3", "lodash.merge": "4.6.2", - "react": "16.14.0", + "react": "17.0.1", "react-clock": "^2.4.0", - "react-dom": "16.14.0", + "react-dom": "17.0.1", "react-modal": "3.11.2", "react-toastify": "6.0.9", "supports-webp": "2.0.1" diff --git a/public/index.html b/public/index.html index dc5ffe63..c81fe2ec 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,30 @@ - +
diff --git a/src/components/modals/settings/Section.jsx b/src/components/modals/settings/Section.jsx index 7b71cab5..611b4dae 100644 --- a/src/components/modals/settings/Section.jsx +++ b/src/components/modals/settings/Section.jsx @@ -40,7 +40,7 @@ export default class Section extends React.PureComponent {

this.toggleSection()}>{this.props.title}

{expandMore} {slider} -
+
{extraHTML}
diff --git a/src/components/modals/settings/sections/BackgroundSettings.jsx b/src/components/modals/settings/sections/BackgroundSettings.jsx index 4d912d89..95336a50 100644 --- a/src/components/modals/settings/sections/BackgroundSettings.jsx +++ b/src/components/modals/settings/sections/BackgroundSettings.jsx @@ -162,7 +162,7 @@ export default class BackgroundSettings extends React.PureComponent {