aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate filter video queryChocobozzz2021-10-293-12/+14
| | | | Introduce include and isLocal instead
* Changed label of "sort by views" to "sort by recent views"Poslovitch2021-10-261-1/+1
| | | | Fixes https://github.com/Chocobozzz/PeerTube/issues/4421
* Rename config keyChocobozzz2021-10-121-2/+6
|
* add option to always show channel display name (#4422)kontrollanten2021-10-122-2/+10
| | | | | | | | | | | | | | | * add option to always show channel display name closes #4040 * show avatar in video miniatures closes #4040 * Revert "show avatar in video miniatures" This reverts commit 79b1a84140857fc24f7e2233e838d012f72bc56f. * channel display name: fix review comments
* Correctly disable infinite scroll for reuseChocobozzz2021-10-112-2/+4
|
* Fix video filters for non english UIChocobozzz2021-09-081-7/+7
|
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-2/+0
| | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout
* Fix NSFW filter and add testsChocobozzz2021-09-033-7/+3
|
* Don't display scope fitler on account/channel pagesChocobozzz2021-08-306-5/+25
|
* Add video filters to common video pagesChocobozzz2021-08-2515-527/+1172
|
* Migrate client to eslintChocobozzz2021-08-184-23/+23
|
* Fix client lintChocobozzz2021-08-174-38/+41
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Relax watch CSSChocobozzz2021-06-301-2/+2
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-2/+2
|
* Move to sass moduleChocobozzz2021-06-284-10/+10
|
* Move to sass @useChocobozzz2021-06-284-11/+11
|
* Fix subtitle downloadChocobozzz2021-06-254-98/+161
|
* Add ability to search playlistsChocobozzz2021-06-252-10/+8
|
* Add max rows to videos listChocobozzz2021-06-091-1/+1
|
* Bidi supportChocobozzz2021-06-074-12/+19
|
* Use HTML config when possibleChocobozzz2021-06-042-13/+7
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Merge branch 'develop' into shorter-URLs-channels-accountsChocobozzz2021-05-271-0/+2
|\
| * Fix miniature overflowChocobozzz2021-05-101-0/+2
| |
* | Make /a and /c default URLs for accounts and channelsKimsible2021-05-051-4/+4
|/
* Fix miniature avatar sizeChocobozzz2021-05-052-2/+5
|
* Refactor search filtersChocobozzz2021-05-032-2/+5
|
* Move to stylelintChocobozzz2021-04-283-13/+12
|
* Remove avatarUrl from modelsChocobozzz2021-04-281-8/+0
|
* Refactor actor avatar displayChocobozzz2021-04-283-14/+10
|
* Fix video actions dropdown overflowChocobozzz2021-04-261-0/+1
|
* Refactor feed componentChocobozzz2021-04-152-21/+4
|
* Refactor menu cssChocobozzz2021-04-152-11/+15
|
* Don't always use a link for account avatarChocobozzz2021-04-151-1/+1
|
* Remove unused class in download modalChocobozzz2021-04-151-9/+0
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-154-8/+8
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Refactor modal buttons styleChocobozzz2021-04-142-18/+15
|
* Add ability to update the bannerChocobozzz2021-04-081-1/+1
|
* Fix miniature overflowChocobozzz2021-04-051-1/+1
|
* Responsive searchChocobozzz2021-04-011-5/+4
|
* Account/channel videos display as rowsChocobozzz2021-04-013-2/+16
|
* Refactor video miniatureChocobozzz2021-04-016-181/+186
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Fix multiline ellipsisChocobozzz2021-04-011-0/+2
|
* Channel/account page redesign feedbacksChocobozzz2021-03-315-21/+14
| | | | | | | | | | | | 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
* Use the channel URL behind the account in miniatureChocobozzz2021-03-311-1/+1
|
* Display channel in miniatureChocobozzz2021-03-312-3/+3
| | | | With some exceptions though
* Square channel avatar consistencyChocobozzz2021-03-313-4/+9
|
* show less information by default in download modal (#3890)kontrollanten2021-03-293-68/+135
| | | | | | | | * client(video/download): collapse advanced informaton by default * fix(client/video-dl): update metadata upon resolution change closes #3810 Co-authored-by: Rigel Kent <par@rigelk.eu>
* client(video/download): set direct dl as defaultkontrollanten2021-03-241-1/+1
|