aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Make admin sub-navs, selects, buttons responsive (#2702)Kim2020-05-013-0/+62
|
* Remove border-bottom on header to prevent header redimensioning (#2691)Kim2020-04-301-2/+2
|
* Use modal instead of dropdown menu in small/mobile views (#2674)Kim2020-04-303-11/+101
| | | Co-Authored-By: Rigel Kent <par@rigelk.eu>
* Fix buttons display on mobile history viewkimsible2020-04-281-0/+19
|
* Add maximized mode to markdown-textarea + CSS improvements (#2660)Kim2020-04-2811-78/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Fix broken views on mobile and small screens (#2671)Kim2020-04-2713-26/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix mobile CSS for my-account-settings * Fix mobile CSS for my-account-videos * Fix mobile CSS my-account-video-channels * Fix mobile CSS for my-account-playlists * Fix CSS mobile for user-subscriptions header * Fix CSS mobile my-account-video-channel-edit * Fix CSS mobile / small view for textarea * Fix margin-right my-delete-button on inside span * Fix CSS mobile on accounts page * Fix indent * Fix CSS mobile for my-account-notifications * Fix CSS mobile / small view my-account-videos * Fix search small-view channels * Use miniature width for title of video on mobile * Add dots to ellipsis multilines * Fix controls and title video width small views * Fix my-account-playlist small and mobile views * Fix channels header + account header mobile * Fix CSS mobile/small view for my-account/subscriptions * Fix align followers channel item * Center header elements user account page on mobile * Fix margins on a element and img * Fix margin img channel or video Co-Authored-By: Rigel Kent <par@rigelk.eu> Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <par@rigelk.eu>
* 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 markdown support to plugins (#2654)Kim2020-04-202-0/+30
| | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template 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>
* Fix unknown video language labelChocobozzz2020-04-161-0/+2
|
* Support rel="me" links in markdownChocobozzz2020-04-163-4/+8
|
* Add custom modal to plugin helpers (#2631)Kim2020-04-157-2/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* Update translationsChocobozzz2020-04-155-6/+6
|
* Merge branch 'pr/2629' into developChocobozzz2020-04-151-25/+39
|\
| * Add getSubs to YoutubeDL video importkimsible2020-04-141-25/+39
| |
* | Better plugin notifier typingsChocobozzz2020-04-151-1/+5
| |
* | Add notifier to plugin helpers (#2627)Kim2020-04-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add notifier to client PeerTubeHelpers plugin * Add doc for notifier PeerTubeHelpers * Add getBaseClientScriptsRoute to client PeerTubeHelpers plugin * Add doc for getBaseClientScriptsRoute PeerTubeHelpers * Remove unused helper Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* | Refactor follow/mute as modals in admin, add actions in abuse listRigel Kent2020-04-1427-174/+333
|/
* Fix cancel uploadChocobozzz2020-04-141-0/+4
|
* Fix lintChocobozzz2020-04-141-2/+2
|
* Fix lintRigel Kent2020-04-142-3/+11
|
* Rich reporter field and video embed in moderation abuse listRigel Kent2020-04-138-28/+109
|
* Improving select displays, focus box-shadows for paginators, instructions ↵Rigel Kent2020-04-1321-60/+96
| | | | for index url
* Fix my-video-imports display when a video gets deletedRigel Kent2020-04-121-6/+7
|
* Revert 41a94d0, keep the fix for yearsRigel Kent2020-04-121-70/+23
|
* Improve from-now pipe readabilityRigel Kent2020-04-111-9/+12
|
* Refactor from-now pipe to display the two most significant intervalsRigel Kent2020-04-112-24/+67
|
* Place private/unlisted labels in thumbnail instead of miniatureRigel Kent2020-04-113-6/+18
|
* Remove unused interface section for interface languageRigel Kent2020-04-112-13/+5
|
* Improve highlighted comment scrollTo, improve reply comment displayRigel Kent2020-04-102-1/+8
|
* Improve admin tables row expandChocobozzz2020-04-088-17/+36
|
* Increase debug font sizeChocobozzz2020-04-081-1/+6
|
* Fix sort in admin tablesChocobozzz2020-04-0814-6/+62
|
* Cleanup menu footer linksChocobozzz2020-04-083-26/+40
|
* Fix playlist autoplayChocobozzz2020-04-081-2/+4
|
* Fix search after first type on inputRigel Kent2020-04-072-6/+3
|
* Fix lint relative to DragDropDirectiveRigel Kent2020-04-033-8/+8
|
* Fix peertube interface i18nChocobozzz2020-04-031-2/+2
|
* Fix privacy warning ok button placementChocobozzz2020-04-031-1/+1
|
* Improve channel and account display on medium devicesRigel Kent2020-04-035-7/+45
|
* Put box-shadow for input focus in variables, apply form-control to p-multiselectRigel Kent2020-04-033-7/+7
|
* 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
|
* Fix help component borderRigel Kent2020-04-031-1/+1
|
* Enlarge right column in video-edit on small screensRigel Kent2020-04-028-22/+80
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-0234-232/+147
|
* Remove deprecated NgbTabsetModule moduleChocobozzz2020-04-0112-169/+204
|
* Client dependencies upgradeChocobozzz2020-04-011-53/+53
|
* Lazy-load video-channelsRigel Kent2020-03-314-36/+68
|