aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image
Commit message (Collapse)AuthorAgeFilesLines
* Refactor actor avatar componentChocobozzz2022-06-272-29/+58
|
* Fix comment add avatar when unloggedChocobozzz2022-06-271-1/+2
|
* Increase global font sizeChocobozzz2022-06-162-14/+14
|
* Fix avatar responsiveChocobozzz2022-05-021-5/+11
|
* Fix avatar with username starting with numbersChocobozzz2022-02-282-3/+5
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-30/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Safer image previewChocobozzz2021-09-081-2/+1
|
* Migrate client to eslintChocobozzz2021-08-181-18/+18
|
* Move to sass moduleChocobozzz2021-06-281-2/+2
|
* Move to sass @useChocobozzz2021-06-281-2/+2
|
* Fix non logged add comment avatarChocobozzz2021-05-051-4/+3
|
* Fix miniature avatar sizeChocobozzz2021-05-051-1/+3
|
* Add ability to filter my videos by liveChocobozzz2021-05-031-1/+1
|
* Fix actor avatar backgroundChocobozzz2021-04-292-4/+4
|
* Move to stylelintChocobozzz2021-04-281-7/+7
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-1/+1
|
* Refactor actor avatar displayChocobozzz2021-04-285-0/+254
|
* Rename actor image edit moduleChocobozzz2021-04-289-380/+0
|
* Set channel banner/avatar in creation formChocobozzz2021-04-084-4/+24
|
* Display banner on channel pageChocobozzz2021-04-081-1/+2
|
* Add ability to update the bannerChocobozzz2021-04-089-0/+359