aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/peertube-custom-tags
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-242-2/+4
| | | | It's deprecated by TS
* Fix custom markupChocobozzz2023-01-254-11/+26
|
* Optimize custom markup angular tagsChocobozzz2023-01-135-10/+15
| | | | We can use the on push strategy with these components
* Display video actions in homepageChocobozzz2022-12-212-2/+2
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-141-1/+5
|
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-111-1/+1
|
* Refactor actor avatar componentChocobozzz2022-06-271-1/+1
|
* Fix various typosluz paz2022-06-071-1/+1
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Reorganize player filesChocobozzz2022-03-141-1/+1
|
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Deprecate filter video queryChocobozzz2021-10-291-3/+3
| | | | Introduce include and isLocal instead
* Optimize channel with video in homepageChocobozzz2021-10-183-5/+6
|
* Migrate client to eslintChocobozzz2021-08-182-4/+8
|
* Fix client lintChocobozzz2021-08-174-16/+16
|
* Filter videos by live in custom markupChocobozzz2021-08-024-4/+6
|
* Fetch things in bulk for the homepageChocobozzz2021-08-023-8/+11
|
* Refactor video links buildersChocobozzz2021-07-261-1/+2
|
* Refactor video links buildingChocobozzz2021-07-261-3/+3
|
* Use consistent marginsChocobozzz2021-07-011-1/+1
|
* Support accountHandle and channelHandleChocobozzz2021-07-011-7/+18
|
* Homepage error handlingChocobozzz2021-07-014-36/+47
|
* Only display homepage when components are loadedChocobozzz2021-06-298-16/+55
|
* Move to sass moduleChocobozzz2021-06-285-11/+11
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Add max rows to videos listChocobozzz2021-06-093-13/+26
|
* Improve channel card custom markupChocobozzz2021-06-093-11/+124
|
* Add more filters for video miniaturesChocobozzz2021-06-092-4/+20
|
* Create peertube-container html tagChocobozzz2021-06-093-14/+8
|
* Bidi supportChocobozzz2021-06-071-1/+1
|
* Add ability to set custom markdown in descriptionChocobozzz2021-05-3117-0/+295