As part of #216, create a ProgressBar class:
- provides setter for current and total time
- handles clicks
- repositions the playhead
- provides a callback for seeking the audio track
- handles hover
- provides its own "play" that makes it update itself every second
- provides its own "pause"
As part of #216, create a ProgressBar class: