aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-actor-image/actor-avatar.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-2/+3
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-241-7/+7
|
* Don't display alt for actor imagesChocobozzz2023-03-071-9/+0
| | | | We don't need it since it's just a "cosmetic" image
* Refactor my actor avatar editChocobozzz2023-03-071-3/+4
|
* Fix displaying remote actor avatarsChocobozzz2023-03-021-21/+46
|
* Fix broken admin pageChocobozzz2022-07-281-1/+1
|
* Refactor actor avatar componentChocobozzz2022-06-271-23/+50
|
* Fix comment add avatar when unloggedChocobozzz2022-06-271-1/+2
|
* Increase global font sizeChocobozzz2022-06-161-12/+12
|
* 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