aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment
Commit message (Collapse)AuthorAgeFilesLines
* Add user notification animationChocobozzz2019-02-201-1/+1
|
* Lazy import some modulesChocobozzz2019-02-151-2/+2
|
* Refactor how we use iconsChocobozzz2019-01-171-3/+3
| | | | Inject them in an angular component so we can easily change their color
* Increase abuse length to 3000Chocobozzz2019-01-143-142/+6
| | | | And correctly handle new lines
* Add contact form checkbox in admin formChocobozzz2019-01-101-1/+1
|
* Correctly scroll to video commentChocobozzz2019-01-091-5/+1
|
* Add notifications in the clientChocobozzz2019-01-091-13/+2
|
* Refractor notification serviceChocobozzz2018-12-192-10/+9
| | | | Shorter name and use primeng component
* Redirect to the last url on loginChocobozzz2018-12-111-1/+0
|
* Upgrade server depChocobozzz2018-11-151-1/+1
|
* Fix new Angular 7 issuesChocobozzz2018-11-152-2/+2
|
* add noImplicitThis flag (#1324)BO412018-10-241-1/+1
|
* Better typingsChocobozzz2018-10-186-8/+10
|
* NoImplicitAny flag true (#1157)BO412018-10-186-9/+9
| | | | | | | | 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 variableChocobozzz2018-10-051-3/+0
|
* fix account URI in remote comment modal (partial rollback)Rigel Kent2018-10-051-0/+1
|
* fix account URI in remote comment modal (cleanup)Rigel Kent2018-10-052-2/+1
|
* fix account URI in remote comment modalRigel Kent2018-10-042-1/+5
|
* Add comments feeds popover in watch pageChocobozzz2018-10-024-5/+38
|
* various display improvementsRigel Kent2018-09-291-1/+1
|
* correct local subscribe in the subscription menuRigel Kent2018-09-281-1/+6
|
* Regenerate translationsChocobozzz2018-09-261-1/+1
|
* refactor subscribe button and comment-add for visitor-interact UX (#1100)Rigel Kent2018-09-254-13/+85
| | | | | * refactor subscribe button for visitor-subscribe UX * refactor comment-add for visitor-interact UX
* Improve responsive on small screensChocobozzz2018-09-203-1/+20
|
* fix comment and top-menu placement regressionsRigel Kent2018-09-051-2/+2
|
* add theming via css custom propertiesRigel Kent2018-09-041-1/+1
| | | | and a bonus dark color theme toggle
* Delete highlighted comment too if neededChocobozzz2018-08-311-0/+2
|
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-302-1/+6
| | | | | | | | - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view
* Infinite scroll to list our subscriptionsChocobozzz2018-08-271-1/+1
|
* Disable comment submit button when sending the commentChocobozzz2018-07-161-1/+1
|
* Fix client error loggingChocobozzz2018-07-091-6/+6
|
* Blue links color in commentsChocobozzz2018-06-181-6/+9
|
* Prevent commenting twiceChocobozzz2018-06-181-1/+13
|
* Add ability for uploaders to schedule video updateChocobozzz2018-06-141-1/+0
|
* Automatically jump to the highlighted threadChocobozzz2018-06-143-5/+17
|
* fixing #595 by using the account name instead of the displayNameRigel Kent2018-06-071-3/+2
|
* Add missing translationsChocobozzz2018-06-051-1/+1
|
* Add form validator translationsChocobozzz2018-06-051-2/+3
|
* Form validators refractoringChocobozzz2018-06-051-19/+5
|
* Fix i18n in componentsChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-055-26/+35
|
* Upgrade to rxjs 6Chocobozzz2018-05-163-20/+28
|
* adding basic helpers to guide users for comments/subscribe to accountsRigel2018-05-112-2/+13
|
* Add video channel account listChocobozzz2018-04-255-14/+6
|
* Use mixin for word wrapChocobozzz2018-04-201-8/+1
|
* Update css (don't cut word arbitrary) for description and comments.Gérald Niel2018-04-191-1/+6
|
* Better responsive design on many comment childrenChocobozzz2018-04-182-6/+31
|
* Handle sort in rssChocobozzz2018-04-172-4/+4
|
* Fix indetation (I hope!)Gérald Niel2018-04-111-1/+1
|
* Fix #490 and justify text in comments div.Gérald Niel2018-04-111-1/+3
|