]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/sass/include/_mixins.scss
Improve player
authorChocobozzz <me@florianbigard.com>
Fri, 30 Mar 2018 15:40:00 +0000 (17:40 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 3 Apr 2018 12:02:10 +0000 (14:02 +0200)
commitc6352f2c64f3c1ad54f8500f493587cdce3d33c9
tree642a5b29b4d68ed8915e5e800232eab069303f79
parent6b9af1293621a81564296ead6f12f5e70eafbca2
Improve player

Add a settings dialog based on the work of Yanko Shterev (@yshterev):
https://github.com/yshterev/videojs-settings-menu. Thanks!
17 files changed:
client/src/app/videos/+video-watch/video-watch.component.ts
client/src/assets/player/images/settings.svg [new file with mode: 0644]
client/src/assets/player/images/tick.svg [new file with mode: 0644]
client/src/assets/player/peertube-link-button.ts [new file with mode: 0644]
client/src/assets/player/peertube-player.ts [new file with mode: 0644]
client/src/assets/player/peertube-videojs-plugin.ts
client/src/assets/player/peertube-videojs-typings.ts [new file with mode: 0644]
client/src/assets/player/resolution-menu-button.ts [new file with mode: 0644]
client/src/assets/player/resolution-menu-item.ts [new file with mode: 0644]
client/src/assets/player/settings-menu-button.ts [new file with mode: 0644]
client/src/assets/player/settings-menu-item.ts [new file with mode: 0644]
client/src/assets/player/utils.ts [new file with mode: 0644]
client/src/assets/player/webtorrent-info-button.ts [new file with mode: 0644]
client/src/sass/include/_mixins.scss
client/src/sass/video-js-custom.scss
client/src/standalone/videos/embed.scss
client/src/standalone/videos/embed.ts