media-stream-player-js
media-stream-player-js copied to clipboard
refactor: stand alone progress component
Describe your changes
Extracts the progress in to its own component for easy reuse and removes a lot of clutter from the Controls component.
Issue ticket number and link
- Fixes #(issue)
Checklist before requesting a review
- [x] I have performed a self-review of my own code
- [x] I have verified that the code builds perfectly fine on my local system
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have commented my code, particularly in hard-to-understand areas
- [x] I have verified that my code follows the style already available in the repository
- [ ] I have made corresponding changes to the documentation
