From 017c3dcadf71aef4c1a854e4867b77931747f06e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 10 Oct 2018 14:35:55 +0200 Subject: [PATCH] Add ability to list all local videos on client --- .../following-list.component.scss | 11 -------- .../forms/peertube-checkbox.component.html | 2 +- .../forms/peertube-checkbox.component.scss | 6 ++++- .../app/shared/video/abstract-video-list.html | 16 +++++++++--- .../app/shared/video/abstract-video-list.scss | 25 +++++++++++++++---- .../app/shared/video/abstract-video-list.ts | 5 ++++ .../video/video-miniature.component.html | 3 +++ .../shared/video/video-miniature.component.ts | 9 +++++++ .../shared/video-edit.component.scss | 5 ++++ .../video-list/video-local.component.ts | 12 +++++++++ client/src/sass/include/_mixins.scss | 2 +- 11 files changed, 74 insertions(+), 22 deletions(-) diff --git a/client/src/app/+admin/follows/following-list/following-list.component.scss b/client/src/app/+admin/follows/following-list/following-list.component.scss index b3bb7f5f8..a6f0656b8 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.scss +++ b/client/src/app/+admin/follows/following-list/following-list.component.scss @@ -1,17 +1,6 @@ @import '_variables'; @import '_mixins'; -my-redundancy-checkbox /deep/ my-peertube-checkbox { - .form-group { - margin-bottom: 0; - align-items: center; - } - - label { - margin: 0; - } -} - .caption { justify-content: flex-end; diff --git a/client/src/app/shared/forms/peertube-checkbox.component.html b/client/src/app/shared/forms/peertube-checkbox.component.html index 38691f050..fb3006b53 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.html +++ b/client/src/app/shared/forms/peertube-checkbox.component.html @@ -1,4 +1,4 @@ -
+