aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-miniature.component.html
Commit message (Collapse)AuthorAgeFilesLines
* replace title with video name in moderation listingsRigel Kent2020-06-131-2/+2
|
* fix miniature fixed height, add link/title to avatar, remove pr-2 on ↵Rigel Kent2020-06-121-4/+4
| | | | channels list
* add keyboard navigation for video actions (#2854)Caroline Chuong2020-06-111-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Limit thumbnail sizesChocobozzz2020-06-111-10/+12
|
* rename blacklist to block/blocklist, merge block and auto-block viewsRigel Kent2020-06-101-4/+4
| | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790
* First implem global searchChocobozzz2020-06-101-2/+2
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-091-1/+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
* Add channel/account avatars in miniature (#2838)Rigel Kent2020-06-081-19/+25
| | | | | | | * add small avatar to miniature * fix svg size for trending and search icons in plugins view * parametrize avatar in miniature display options
* Place private/unlisted labels in thumbnail instead of miniatureRigel Kent2020-04-111-6/+4
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-021-1/+1
|
* Cleanup some client FIXMEChocobozzz2020-01-291-1/+1
|
* Add action dropdown descriptionsRigel Kent2020-01-211-8/+6
|
* 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-1/+5
|
* Move watch later logic in miniatureChocobozzz2020-01-031-1/+4
|
* Display all miniature actions on hover and focusRigel Kent2020-01-021-1/+1
|
* (css) vertical-center modals, bullet as separatorRigel Kent2019-12-201-1/+1
|
* Add class to views elementsChocobozzz2019-10-251-2/+5
|
* Allow to toggle video publication date to display absolute dateJulien Maulny2019-10-231-1/+1
|
* Fix auto blacklist viewChocobozzz2019-09-041-1/+1
|
* Fix express validatorChocobozzz2019-07-251-1/+1
|
* Add video miniature dropdownChocobozzz2019-04-051-40/+49
|
* Refactor video miniaturesChocobozzz2019-04-031-6/+28
|
* Fix miniature with a long nameChocobozzz2018-11-151-2/+2
|
* Fix angular buildChocobozzz2018-10-101-2/+2
|
* Add ability to list all local videos on clientChocobozzz2018-10-101-0/+3
|
* Improve videos list client performanceChocobozzz2018-09-201-2/+2
|
* use focus-visible polyfill to improve keyboard navigationRigel Kent2018-09-111-2/+3
| | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now.
* Add local user subscriptionsChocobozzz2018-08-271-1/+7
|
* Begin advanced searchChocobozzz2018-07-241-1/+1
|
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Add i18n attributesChocobozzz2018-06-051-1/+1
|
* Only use account name in routesChocobozzz2018-05-251-2/+2
|
* Add videos e2e testsChocobozzz2018-05-171-8/+6
|
* Implement video channel viewsChocobozzz2018-04-251-2/+2
|
* Add account link in videos listChocobozzz2018-04-251-1/+1
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-2/+2
| | | | There is a global instance setting and a per user setting
* Add publishedAt field for video model.Julien Le Bras2018-03-301-1/+1
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Begin video watch designChocobozzz2017-12-061-0/+17