aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/theater-button.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refractor videojs playerChocobozzz2019-02-111-50/+0
| | | | Add fake p2p-media-loader plugin
* Better typingsChocobozzz2018-10-181-1/+5
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | 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
* remove unused importsBO412018-09-221-2/+1
|
* Move player local storage functions in their own fileChocobozzz2018-06-181-1/+2
|
* Add theatre modeChocobozzz2018-06-111-0/+46