aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels/account-video-channels.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Refactor actor avatar componentChocobozzz2022-06-271-1/+1
|
* Migrate to bootstrap 5Chocobozzz2022-06-101-1/+1
|
* Support ICU in TS componentsChocobozzz2022-06-081-2/+2
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-281-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 video filters to common video pagesChocobozzz2021-08-251-1/+1
|
* Refactor actor avatar displayChocobozzz2021-04-281-3/+4
|
* Remove useless thumbnailSizeChocobozzz2021-04-011-1/+0
|
* Refactor video miniatureChocobozzz2021-04-011-0/+1
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Channel/account page redesign feedbacksChocobozzz2021-03-311-1/+1
| | | | | | | | | | | | 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
* Redesign account's channels pageChocobozzz2021-03-311-13/+30
|
* Fix anonymous nsfw policyChocobozzz2020-06-161-1/+1
|
* fix headings order or add missing ones (#2871)Caroline Chuong2020-06-131-1/+2
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-121-1/+0
| | | | channels list
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-0/+1
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Replace uppercase text-transform by capitalized text sourceRigel Kent2020-02-211-1/+1
| | | | fixes #2085
* Make subscribe buttons observe subscription statuses to synchroniseRigel Kent2020-01-101-5/+1
|
* Refactor my-subscribe-button to support full account subscriptionRigel Kent2020-01-101-3/+7
|
* Fix infinite scroll on big screensChocobozzz2019-08-021-1/+1
|
* Fix broken playlist apiChocobozzz2019-08-011-2/+5
|
* Add show channel button in account pageChocobozzz2019-07-291-1/+5
|
* Fix account channel overflowChocobozzz2019-06-111-1/+5
|
* Remove unused actor uuid fieldChocobozzz2019-05-311-0/+2
|
* Add ability to subscribe from the channel account pageChocobozzz2019-05-291-0/+2
|
* Improve account channel pageChocobozzz2019-05-291-10/+16
| | | | | | | Set it as the default route for account page. The main goal is to better differentiate the channel page from the account page. With the channel page set as default, I hope people will better understand they are in the account page, and that this account could have multiple channels.
* Search video channel handle/uriChocobozzz2018-08-271-1/+1
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-2/+2
|
* Implement video channel viewsChocobozzz2018-04-251-0/+11