aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/account/account.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix avatar responsiveChocobozzz2022-05-021-3/+3
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add mute status in account and channel pagesChocobozzz2021-12-071-1/+8
|
* Migrate client to eslintChocobozzz2021-08-181-1/+1
|
* Sort channels by -updatedAtChocobozzz2021-05-101-0/+6
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-9/+0
|
* Use account initial as default avatar (#4002)kontrollanten2021-04-271-2/+2
| | | | | | | * client: use account initial as default avatar * fix UI in user list Avatars was cutted in the top and bottom
* Don't always use a link for account avatarChocobozzz2021-04-151-2/+2
|
* Agnostic actor image storageChocobozzz2021-04-081-2/+2
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-131-0/+5
| | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change
* Add new default different avatar for channel and accountkimsible2020-11-251-1/+21
|
* Reorganize client shared modulesChocobozzz2020-06-231-0/+30