Highlight availability segments and choose people manually to view

This commit is contained in:
Ben Grant 2021-05-05 21:37:35 +10:00
parent 0cfa931fe1
commit 01a8a26e04
9 changed files with 176 additions and 90 deletions

View file

@ -13,7 +13,6 @@ import {
TextField,
SelectField,
Button,
Legend,
AvailabilityViewer,
AvailabilityEditor,
Error,
@ -398,14 +397,6 @@ const Event = (props) => {
{tab === 'group' ? (
<section id="group">
<StyledMain>
<Legend
min={min}
max={max}
total={people.filter(p => p.availability.length > 0).length}
/>
<Center>Hover or tap the calendar below to see who is available</Center>
</StyledMain>
<AvailabilityViewer
times={times}
timeLabels={timeLabels}