diff --git a/.gitignore b/.gitignore
index 2f39aed86..f862b6075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ server/src/preloaded-db/db.json
server/src/models/db.json
TODO.md
ontime-db/
+ontime-external/
# vscode stuff
.vscode/*
diff --git a/client/package.json b/client/package.json
index a1197b4a4..f808f26fc 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
{
"name": "ontime-ui",
- "version": "1.7.3",
+ "version": "1.8.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.3.2",
diff --git a/client/public/index.html b/client/public/index.html
index 5bfc9fe49..099290cf2 100644
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -5,7 +5,7 @@
-
+
import('features/editors/ProtectedEditor'));
const Table = lazy(() => import('features/table/ProtectedTable'));
const TimerView = lazy(() => import('features/viewers/timer/Timer'));
-const MinimalTimerView = lazy(() => import('features/viewers/timer/MinimalTimer'));
+const MinimalTimerView = lazy(() => import('features/viewers/minimal-timer/MinimalTimer'));
const Countdown = lazy(() => import('features/viewers/countdown/Countdown'));
-const StageManager = lazy(() => import('features/viewers/backstage/StageManager'));
-const Public = lazy(() => import('features/viewers/foh/Public'));
-const Lower = lazy(() => import('features/viewers/production/lower/LowerWrapper'));
-const Pip = lazy(() => import('features/viewers/production/Pip'));
+const Backstage = lazy(() => import('features/viewers/backstage/Backstage'));
+const Public = lazy(() => import('features/viewers/public/Public'));
+const Lower = lazy(() => import('features/viewers/lower-thirds/LowerWrapper'));
+const Pip = lazy(() => import('features/viewers/picture-in-picture/Pip'));
const StudioClock = lazy(() => import('features/viewers/studio/StudioClock'));
const STimer = withSocket(TimerView);
const SMinimalTimer = withSocket(MinimalTimerView);
const SCountdown = withSocket(Countdown);
-const SStageManager = withSocket(StageManager);
+const SBackstage = withSocket(Backstage);
const SPublic = withSocket(Public);
const SLowerThird = withSocket(Lower);
const SPip = withSocket(Pip);
@@ -66,8 +66,8 @@ export default function AppRouter() {
+ Options related to the viewers
+
+ 🔥 Changes take effect immediately 🔥
+