feat: add group metadata to overview

This commit is contained in:
Carlos Valente
2025-07-07 13:59:41 +02:00
committed by Carlos Valente
parent 17a7d035bf
commit a7ae8598db
4 changed files with 88 additions and 18 deletions
@@ -3,7 +3,13 @@ import { memo, PropsWithChildren, useMemo } from 'react';
import { useIsMobileScreen } from '../../common/hooks/useIsMobileScreen';
import { useRuntimeOverview } from '../../common/hooks/useSocket';
import { CurrentBlockOverview, OverviewWrapper, RuntimeOverview, TimerOverview } from './composite/OverviewWrapper';
import {
ClockOverview,
CurrentBlockOverview,
OverviewWrapper,
RuntimeOverview,
TimerOverview,
} from './composite/OverviewWrapper';
import { TimeRow } from './composite/TimeLayout';
import { calculateEndAndDaySpan, formatedTime } from './overviewUtils';
@@ -51,8 +57,9 @@ function CuesheetDesktop({ children }: PropsWithChildren) {
/>
</div>
<TimerOverview />
<CurrentBlockOverview />
<RuntimeOverview />
<CurrentBlockOverview />
<ClockOverview />
<div>
<TimeRow
label='Planned end'