aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comments.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Improve comment deletion messageChocobozzz2019-03-201-0/+7
|
* Correctly scroll to video commentChocobozzz2019-01-091-5/+1
|
* Add notifications in the clientChocobozzz2019-01-091-13/+2
|
* Refractor notification serviceChocobozzz2018-12-191-7/+6
| | | | Shorter name and use primeng component
* Better typingsChocobozzz2018-10-181-1/+2
|
* 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 comments feeds popover in watch pageChocobozzz2018-10-021-0/+4
|
* Delete highlighted comment too if neededChocobozzz2018-08-311-0/+2
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-1/+0
|
* Automatically jump to the highlighted threadChocobozzz2018-06-141-2/+13
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-6/+10
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-1/+1
|
* Handle sort in rssChocobozzz2018-04-171-2/+2
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-29/+26
|
* Fix comment highlightChocobozzz2018-02-211-11/+11
|
* Improve comment highlightingChocobozzz2018-02-191-34/+42
|
* Issue #168: youtube-like marking of comments (#297)jonathanraes2018-02-181-1/+25
| | | | | | | | | | * 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
* Rewrite infinite scrollChocobozzz2018-02-131-5/+2
|
* Fix changing video in watch pageChocobozzz2018-01-121-5/+22
|
* Add ability to delete commentsChocobozzz2018-01-041-3/+54
|
* Add avatar in commentsChocobozzz2018-01-031-1/+0
|
* Add ability to disable video commentsChocobozzz2018-01-031-2/+5
|
* Add infinite scroll to commentsChocobozzz2017-12-291-10/+33
|
* Add video comment componentsChocobozzz2017-12-271-0/+79