aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Add author indicator to the comment replies loaderRigel Kent2019-12-281-0/+2
|
* Soft delete video comments instead of detroyJulien Maulny2019-12-041-5/+11
|
* Improve comment deletion messageChocobozzz2019-03-201-0/+7
|
* 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
* Add video channel account listChocobozzz2018-04-251-2/+4
|
* Improve comment highlightingChocobozzz2018-02-191-1/+0
|
* Issue #168: youtube-like marking of comments (#297)jonathanraes2018-02-181-1/+1
| | | | | | | | | | * youtube-like marking of comments uses GET parameters to mark comments similar to youtube * place link to comment in 'comment-date' * Use a routes to highight a comment
* Refractor account byChocobozzz2018-01-081-7/+4
|
* Add avatar in commentsChocobozzz2018-01-031-4/+2
|
* Add video comment componentsChocobozzz2017-12-271-0/+38