aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-097-35/+35
| | | | | | | | | | | | | | | * 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 aria-hidden to non-descriptive icons (#2844)Caroline Chuong2020-06-086-7/+7
|
* Add channel/account avatars in miniature (#2838)Rigel Kent2020-06-082-1/+9
| | | | | | | * add small avatar to miniature * fix svg size for trending and search icons in plugins view * parametrize avatar in miniature display options
* Fix grey color themeChocobozzz2020-05-224-7/+7
|
* Fix action button icons themeChocobozzz2020-05-221-5/+5
|
* Fix dropdown menu overflowChocobozzz2020-05-202-6/+6
|
* Fix deleting highlighted threadChocobozzz2020-05-141-3/+7
|
* Add link to the account page in commentChocobozzz2020-05-142-7/+16
|
* Fix old edge HLS compatChocobozzz2020-05-131-0/+5
|
* Add edit button to scroll watch playlist on touchscreenskimsible2020-05-111-0/+1
|
* Add ability for video owners to delete commentsChocobozzz2020-05-051-0/+1
|
* Fix margin-content and miniature thumbnail width on mobile, fix media ↵Rigel Kent2020-05-011-1/+2
| | | | queries for tables above lg breakpoint
* Add tooltip on caption upload to specify which formats are supportedRigel Kent2020-05-012-0/+6
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-282-14/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Make video-add-nav tabs scrollable on small devices (#2677)Kim2020-04-271-1/+28
| | | | | | | * Make video-add-nav tabs scrollable on small devices * Handle video-add-nav scroll with menu Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Add thumbnail / preview generation from url on the fly (#2646)Kim2020-04-201-3/+34
| | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Merge branch 'pr/2629' into developChocobozzz2020-04-151-25/+39
|\
| * Add getSubs to YoutubeDL video importkimsible2020-04-141-25/+39
| |
* | Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-141-2/+0
|/
* Fix cancel uploadChocobozzz2020-04-141-0/+4
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-131-1/+1
| | | | for index url
* Refactor from-now pipe to display the two most significant intervalsRigel Kent2020-04-111-1/+1
|
* Improve highlighted comment scrollTo, improve reply comment displayRigel Kent2020-04-102-1/+8
|
* Fix lint relative to DragDropDirectiveRigel Kent2020-04-033-8/+8
|
* Fix privacy warning ok button placementChocobozzz2020-04-031-1/+1
|
* Fix video add nave hidingChocobozzz2020-04-031-0/+4
|
* Support drag and drop for video upload and torrent file importRigel Kent2020-04-039-17/+64
|
* Refactor torrent-or-magnet divider in video importRigel Kent2020-04-032-2/+5
|
* Enlarge right column in video-edit on small screensRigel Kent2020-04-024-13/+59
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-026-79/+28
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-017-95/+103
|
* Describe user video settings checkboxes, put emphasis on p2pRigel Kent2020-03-231-1/+1
| | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings.
* Remove unnecessary marginChocobozzz2020-03-201-1/+0
|
* Fix add comment in threads with deleted commentsChocobozzz2020-03-203-4/+9
|
* Fix lintChocobozzz2020-03-181-1/+1
|
* Fix P2P messageChocobozzz2020-03-181-1/+0
|
* Fix next video button to support playlist videosRigel Kent2020-03-171-1/+3
| | | | fixes #2523
* Fix video-ccomment-add cancellationRigel Kent2020-03-153-9/+12
|
* Replace p-progressbar and bootstrap progressbar with pure CSS altRigel Kent2020-03-134-39/+21
|
* More modern avatar upload, quota represented with progress barsRigel Kent2020-03-131-1/+1
|
* hide RSS for comments, normalize video-channel edit with account editRigel Kent2020-03-121-7/+14
|
* Handle overview pagination in clientChocobozzz2020-03-112-42/+80
|
* Action hook: thread replies loaded (#2550)BitTube2020-03-111-0/+1
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Improve nav in admin/configurationRigel Kent2020-03-071-1/+1
|
* Normalize modal close buttons, and cancel/submit button stylesRigel Kent2020-03-062-10/+7
|
* Share modal light UI simplificationRigel Kent2020-03-062-27/+21
|
* Fix lint error introduced in #2539Rigel Kent2020-03-061-1/+1
|
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-051-0/+1
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Switch back to original text in privacy-concerns warningRigel Kent2020-03-051-6/+6
|
* Fixing load more comments on infinite scroll (#2535)BitTube2020-03-041-4/+2
| | | | | | | | * Fixing load more comments on infinite scroll * Requested changes for load more comments fix * Removing extra space