mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
feat: add group metadata to overview
This commit is contained in:
committed by
Carlos Valente
parent
17a7d035bf
commit
a7ae8598db
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user