aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-miniature
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add hooks support for video downloadChocobozzz2021-03-241-5/+14
|
* Change copy icon (#3867)kontrollanten2021-03-241-1/+1
| | | | | | * client: change copy icon to glypicon-duplicate * client: add "copy" text to copy icons
* Add warning in download modal if neededChocobozzz2021-03-242-2/+10
|
* Fix loading things twice on trending pageChocobozzz2021-02-221-5/+13
|
* Fix NSFW policy on account/channel videosChocobozzz2021-02-191-6/+10
|
* Fix NSFW policy in my videos listChocobozzz2021-02-112-1/+3
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-1/+2
| | | | Better consistency
* fix trending page scrollRigel Kent2021-02-011-1/+7
| | | | fixes #3665