Add UI to show if Trotec is in use

This commit is contained in:
Tanner Collin 2020-07-27 21:09:15 +00:00
parent 250ea89aa0
commit 9524803ca3

View File

@ -230,6 +230,18 @@ export function Home(props) {
</React.Fragment>
} trigger={<a>[more]</a>} />
</p>
<p>
Rabbit availability: {getTrackStat('FRICKIN-LASER')} <Popup content={
<React.Fragment>
<p>
Last use:<br />
{getTrackLast('FRICKIN-LASER')}<br />
{getTrackAgo('FRICKIN-LASER')}
</p>
</React.Fragment>
} trigger={<a>[more]</a>} />
</p>
</div>
</Segment>