aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/overview
Commit message (Collapse)AuthorAgeFilesLines
* Handle overview pagination in clientChocobozzz2020-03-111-3/+6
|
* Lazy load static objectsChocobozzz2019-12-181-1/+1
|
* Add client hooksChocobozzz2019-07-241-1/+1
|
* Rename streaming playlists routes/directoriesChocobozzz2019-03-181-2/+2
|
* NoImplicitAny flag true (#1157)BO412018-10-181-0/+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/+0
|
* Fix "no results" on overview pageChocobozzz2018-09-171-0/+2
|
* Videos overview page: first versionChocobozzz2018-08-313-0/+96