From 90a1101a0f382cb586ac41b3a9100553cef6256b Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 25 Feb 2021 15:40:11 +0300 Subject: [PATCH] Introducting ScrollSpy component Signed-off-by: Alex Andreev --- .../components/+preferences/preferences.tsx | 4 +- .../components/layout/page-layout.tsx | 51 ++++++++-------- .../components/scroll-spy/scroll-spy.tsx | 59 +++++++++++++++++++ 3 files changed, 88 insertions(+), 26 deletions(-) create mode 100644 src/renderer/components/scroll-spy/scroll-spy.tsx diff --git a/src/renderer/components/+preferences/preferences.tsx b/src/renderer/components/+preferences/preferences.tsx index b9697f9855..025dcb774a 100644 --- a/src/renderer/components/+preferences/preferences.tsx +++ b/src/renderer/components/+preferences/preferences.tsx @@ -38,9 +38,9 @@ export class Preferences extends React.Component { contentGaps={false} header={header} > -
+

Application

-
+

Appearance