aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image/actor-avatar.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix avatar responsiveChocobozzz2022-05-021-5/+11
|
* Fix avatar with username starting with numbersChocobozzz2022-02-281-2/+4
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 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-291-2/+2
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-1/+1
|
* Refactor actor avatar displayChocobozzz2021-04-281-0/+110