aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/video-channel
Commit message (Collapse)AuthorAgeFilesLines
* Added "total views" in the my channels list (#5007)Florian CUNY2022-05-311-0/+5
| | | | | | | | | | | | | | | | | * Added "total views" in the my channels list Implements https://github.com/Chocobozzz/PeerTube/issues/4331 * Fix lint * applied suggested change * updated openAPI spec for the use "withStats" when getting video channels * applied code change * removed GROUP BY in query * Fixed test
* Fix channel edition pageChocobozzz2022-03-211-2/+4
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-19/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Remove unnecessary functionChocobozzz2022-01-181-16/+4
|
* Add ability to view my followersChocobozzz2021-10-201-1/+1
|
* extend client-overrides with default images (#4392)kontrollanten2021-10-121-1/+1
| | | | | | | | | | | | | | * extend client-overrides with default images Add: * default-playlist.png * default-avatar-account.png * default-avatar-videochannel.png solves #4108 * Rename to default-avatar-video-channel.png Co-authored-by: Chocobozzz <me@florianbigard.com>
* Migrate client to eslintChocobozzz2021-08-182-9/+8
|
* Sort channels by -updatedAtChocobozzz2021-05-102-9/+14
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-3/+0
|
* Refactor actor avatar displayChocobozzz2021-04-281-1/+1
|
* Set channel banner/avatar in creation formChocobozzz2021-04-081-2/+2
|
* Add ability to update the bannerChocobozzz2021-04-082-9/+41
|
* Agnostic actor image storageChocobozzz2021-04-082-4/+4
|
* Channel/account page redesign feedbacksChocobozzz2021-03-311-3/+4
| | | | | | | | | | | | Fix owner default avatar Semi bold orange inverted button Max width account description Increase account's channels padding Use owner avatar/display name links Move "view owner account" link on mobile Try to always display channel in video miniatures Add small border radius for channel's avatar Use main foreground color for the magnifying glass
* Add support button in channel pageChocobozzz2021-03-311-1/+1
|
* add ability to remove one's avatar for account and channels (#3467)Rigel Kent2021-01-132-0/+15
| | | | | | | * 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
|
* variable columns for users list, more columns possible, badge display for ↵Rigel Kent2020-07-291-1/+6
| | | | statuses
* Reorganize client shared modulesChocobozzz2020-06-233-0/+138