From f3a686b23f48014eb91e4a912d040251595104a9 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Sat, 19 Jan 2019 14:54:37 +0100 Subject: [PATCH] Refactor connection --- app/index.html | 1 - app/src/App.tsx | 8 +- app/src/actions/Connection.ts | 40 +++ app/src/actions/index.ts | 3 +- app/src/bugtracking.ts | 3 + .../components/ConnectionSetup/Connection.tsx | 300 ++++++++++-------- .../ConnectionSetup/Notification.tsx | 18 +- app/src/components/TitleBar.tsx | 14 +- app/src/components/Tree/Tree.tsx | 32 +- app/src/index.tsx | 23 +- app/src/reducers/index.ts | 63 +++- package-lock.json | 6 + package.json | 1 + 13 files changed, 332 insertions(+), 180 deletions(-) create mode 100644 app/src/actions/Connection.ts create mode 100644 app/src/bugtracking.ts diff --git a/app/index.html b/app/index.html index 453c861..dad77f0 100644 --- a/app/index.html +++ b/app/index.html @@ -30,7 +30,6 @@ ::-webkit-scrollbar-thumb { background-color: rgba(140,140,140,0.8); - #-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8); }