feat(teleprompter): add teleprompter view

This commit is contained in:
Carlos Valente
2026-08-13 05:20:46 +00:00
committed by Claude
parent a84b8b5530
commit f655c47282
35 changed files with 2380 additions and 108 deletions
+2
View File
@@ -10,6 +10,7 @@ export const viewLabels: Record<OntimeView, string> = {
[OntimeView.Timeline]: 'Timeline',
[OntimeView.StudioClock]: 'Studio Clock',
[OntimeView.Countdown]: 'Countdown',
[OntimeView.Teleprompter]: 'Teleprompter',
[OntimeView.ProjectInfo]: 'Project Info',
};
@@ -20,6 +21,7 @@ const navigatorViews = [
OntimeView.Timeline,
OntimeView.StudioClock,
OntimeView.Countdown,
OntimeView.Teleprompter,
OntimeView.ProjectInfo,
];