aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/comment/video-comments.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support short uuid for GET video/playlistChocobozzz2021-06-291-1/+1
|
* Update english stringsChocobozzz2021-03-241-1/+0
|
* Fix video comments display with deleted commentsChocobozzz2021-02-191-2/+8
|
* Fix comments countChocobozzz2020-12-101-1/+3
|
* Restore line feed for markdown lists support in commentskimsible2020-11-081-1/+1
|
* Correct break line display for re-draft commentsKimsible2020-11-061-2/+5
|
* Fix lintChocobozzz2020-08-141-1/+5
|
* Small refactor commentskimsible2020-08-141-2/+2
|
* Fix i18n on delete modal and linterkimsible2020-08-141-5/+5
|
* Add delete & re-draft for comments without replieskimsible2020-08-141-3/+22
|
* Migrate to $localizeChocobozzz2020-08-141-5/+3
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Add ability to report accountChocobozzz2020-07-101-3/+1
|
* Lazy load all routesChocobozzz2020-06-231-0/+232