Highlight availability segments and choose people manually to view
This commit is contained in:
parent
0cfa931fe1
commit
01a8a26e04
9 changed files with 176 additions and 90 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue