remove 'timestamps' in rendering events, clean projects

This commit is contained in:
Lachlan Kermode
2020-05-18 10:28:25 +02:00
parent d548ca875b
commit 154b62f924
4 changed files with 150 additions and 281 deletions

View File

@@ -16,9 +16,9 @@ export default ({
onClick={onClick}
className='project'
x={getX(start)}
y={dims.trackHeight - offset}
y={dims.trackHeight - (offset + sizes.eventDotR)}
width={length}
style={{ fill: colour, fillOpacity: 0.1 }}
style={{ fill: colour, fillOpacity: 0.2 }}
height={2 * sizes.eventDotR}
/>
}