refactor: add options to hide schedule

This commit is contained in:
Carlos Valente
2024-08-31 10:54:18 +02:00
committed by Carlos Valente
parent 8bd7645c95
commit 7b932ef0f7
9 changed files with 107 additions and 68 deletions
@@ -6,4 +6,12 @@ export const getStudioClockOptions = (timeFormat: string): ViewOption[] => [
getTimeOption(timeFormat),
{ section: 'Timer Options' },
hideTimerSeconds,
{ section: 'Element visibility' },
{
id: 'hideRight',
title: 'Hide right section',
description: 'Hides the right section with On Air indicator and the schedule',
type: 'boolean',
defaultValue: false,
},
];