refactor: remove deprecated views

This commit is contained in:
Carlos Valente
2025-07-12 12:22:45 +02:00
parent 1c6adbd2fd
commit 2aac4cb06d
41 changed files with 32 additions and 1153 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import { useMemo } from 'react';
import { MessageState, OntimeEvent, ProjectData, Runtime, Settings, ViewSettings } from 'ontime-types';
import ViewLogo from '../../common/components/view-logo/ViewLogo';
@@ -43,7 +44,7 @@ export default function Studio({
// gather option data
const defaultFormat = getDefaultFormat(settings?.timeFormat);
const studioOptions = getStudioOptions(defaultFormat);
const studioOptions = useMemo(() => getStudioOptions(defaultFormat), [defaultFormat]);
return (
<div className={cx(['studio', isMirrored && 'mirror'])} data-testid='studio-view'>