nicer dates in timeline header

This commit is contained in:
Lachlan Kermode
2020-07-01 11:10:18 +02:00
parent e985857d73
commit 109210714f
4 changed files with 23 additions and 17 deletions

View File

@@ -12,8 +12,8 @@ export default ({ showing, onClickHandler, timelineDims }) => {
return <div className='stateoptions-panel' style={{ bottom: timelineDims.height }}>
<div>
<div className='button' onClick={onNarrativise}>Narrativise</div>
<label for='withlines'>Connect by lines</label>
<input name='withlines' onClick={handleCheck} checked={checked} type='checkbox' />
{/* <label for='withlines'>Connect by lines</label> */}
{/* <input name='withlines' onClick={handleCheck} checked={checked} type='checkbox' /> */}
</div>
</div>
}