aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/settings-menu-button.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refractor videojs playerChocobozzz2019-02-111-288/+0
| | | | Add fake p2p-media-loader plugin
* add noImplicitThis flag (#1324)BO412018-10-241-1/+1
|
* Better typingsChocobozzz2018-10-181-7/+10
|
* NoImplicitAny flag true (#1157)BO412018-10-181-9/+9
| | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Localize playerChocobozzz2018-06-061-1/+1
|
* Fix watch page video changeChocobozzz2018-04-031-1/+1
|
* Improve playerChocobozzz2018-04-031-0/+285
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!