aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup
Commit message (Collapse)AuthorAgeFilesLines
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-111-1/+1
|
* Add ability for client to create server logsChocobozzz2022-07-181-2/+3
|
* 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-292-5/+4
| | | | Introduce include and isLocal instead
* Add ability to view my followersChocobozzz2021-10-201-1/+1
|
* Optimize channel with video in homepageChocobozzz2021-10-183-5/+6
|
* Custom markup container default to space betweenChocobozzz2021-08-261-0/+2
|
* Migrate client to eslintChocobozzz2021-08-182-4/+8
|
* Fix client lintChocobozzz2021-08-175-18/+18
|
* Filter videos by live in custom markupChocobozzz2021-08-025-4/+8
|
* Fetch things in bulk for the homepageChocobozzz2021-08-025-18/+23
|
* 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-012-7/+21
|
* Homepage error handlingChocobozzz2021-07-014-36/+47
|
* Only display homepage when components are loadedChocobozzz2021-06-2911-32/+90
|
* Fix peertube container in markdown previewChocobozzz2021-06-292-26/+1
|
* Move to sass moduleChocobozzz2021-06-285-11/+11
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Cache refresh actor promiseChocobozzz2021-06-091-2/+2
|
* Add max rows to videos listChocobozzz2021-06-095-32/+65
|
* Improve channel card custom markupChocobozzz2021-06-095-13/+147
|
* Add more filters for video miniaturesChocobozzz2021-06-093-16/+40
|
* Create peertube-container html tagChocobozzz2021-06-097-25/+77
|
* Bidi supportChocobozzz2021-06-071-1/+1
|
* Add ability to set custom markdown in descriptionChocobozzz2021-05-3122-23/+72
|
* Add help to custom markdown textareaChocobozzz2021-05-314-3/+17
|
* Support peertube button in custom markupChocobozzz2021-05-285-2/+68
|
* Instance homepage support (#4007)Chocobozzz2021-05-2717-0/+496
* Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service