WofWca / jumpcutter

⏩ Fast-forwards long pauses between sentences — watch lectures ~1.5x faster (browser extension)
https://chrome.google.com/webstore/detail/jump-cutter/lmppdpldfpfdlipofacekcfleacbbncp
GNU Affero General Public License v3.0
356 stars 13 forks source link

add pause/unpause, seek controls to the popup #116

Open WofWca opened 2 years ago

WofWca commented 2 years ago

Currently we have hotkeys, and you can already pause and unpause the video by clicking on the chart, and there is the volume indicator (which should be turned into an input as well). But it may be more convenient to some if we added actual buttons. In case of seeking controls, this can be a type="range" input (like the other controls in the popup) (related: #112). We could also think about putting these buttons on top of the chart to save space.

Why? The main reason is to let users more easily control the media without closing the popup. Also they may find our controls more convenient than the website's ones. So after all maybe these reasons are not strong enough to implement this.