aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/shared/comment
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-2/+2
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-242-7/+2
|
* Fix buttons accessibility using keyboardChocobozzz2023-02-201-1/+1
|
* Fix buttons CSSChocobozzz2023-02-202-7/+6
|
* Refactor login redirection/button linksChocobozzz2023-02-142-11/+1
| | | | Correctly handle external auth redirection in all cases
* Fix HTML in account/channel descriptionChocobozzz2022-11-141-1/+1
|
* Refactor form reactiveChocobozzz2022-10-071-2/+2
|
* Fix error messagesChocobozzz2022-09-231-1/+1
|
* Add channel hooksChocobozzz2022-08-031-1/+1
|
* Prevent error on highlighted threadChocobozzz2022-07-291-1/+13
|
* video-watch.video-threads.loaded after DOM loadingChocobozzz2022-07-221-1/+2
|
* Theme fixesChocobozzz2022-06-281-3/+3
|
* Optimize emoji markup listChocobozzz2022-06-272-18/+18
|
* Refactor actor avatar componentChocobozzz2022-06-273-2/+13
|
* Fix fetching unlisted video in clientChocobozzz2022-06-242-4/+4
|
* Cleanup title-page CSSChocobozzz2022-06-161-1/+1
|
* Increase global font sizeChocobozzz2022-06-162-4/+1
|
* Replace all glyphicon iconsChocobozzz2022-06-132-10/+2
|
* Use bootstrap loaderChocobozzz2022-06-101-1/+1
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-101-3/+3
|\
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-3/+3
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-104-6/+5
|/
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Handle async validatorsChocobozzz2022-01-031-1/+1
|
* Improve moderation dropdown UXChocobozzz2021-10-211-2/+5
|
* Add video filters to common video pagesChocobozzz2021-08-251-7/+1
|
* Migrate client to eslintChocobozzz2021-08-184-7/+11
|
* Fix client lintChocobozzz2021-08-173-29/+29
|
* Refactor video links buildingChocobozzz2021-07-261-1/+1
|
* Reorganize watch componentsChocobozzz2021-06-2910-0/+1360