styles: muly

- change progressbar (show countdown instead of ellapsed)
- fix issue where it would not refresh if there was no time
- add style countdown to red background
This commit is contained in:
cv
2021-06-08 13:26:31 +02:00
parent ef5dd82c79
commit 11b6498760
3 changed files with 22 additions and 12 deletions
@@ -71,11 +71,7 @@ export default function PresenterView(props) {
isPlaying ? style.progressContainer : style.progressContainerPaused
}
>
<MyProgressBar
now={normalisedTime}
complete={time.durationSeconds}
showElapsed
/>
<MyProgressBar now={normalisedTime} complete={time.durationSeconds} />
</div>
)}