aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-caption-add-modal.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load all routesChocobozzz2020-06-231-85/+0
|
* Reorganize client shared modulesChocobozzz2020-06-231-5/+3
|
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
|
* Lazy load static objectsChocobozzz2019-12-181-4/+6
|
* Update angularChocobozzz2019-07-251-1/+1
|
* Fix adding captions to a videoChocobozzz2018-12-171-3/+1
|
* Improve message visibility on signupChocobozzz2018-11-161-0/+1
|
* Better typingsChocobozzz2018-10-181-2/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+2
| | | | | | | | 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
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-091-6/+7
|
* Parse log script parse the last updated logChocobozzz2018-07-161-6/+1
|
* Handle .srt subtitlesChocobozzz2018-07-161-2/+11
|
* Implement captions/subtitlesChocobozzz2018-07-161-0/+80