Refactor videos selection components
authorChocobozzz <me@florianbigard.com>
Thu, 4 Apr 2019 08:44:18 +0000 (10:44 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 5 Apr 2019 08:53:08 +0000 (10:53 +0200)
commit693263e936763a851e3c8c020e3739def8bd4eca
tree7fd333fcf76edbc24f3daf4a78e47ff55f048b04
parent9ba1d64b1ac77304d9ffb1b3432a90ea00ff3281
Refactor videos selection components
18 files changed:
client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html
client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.scss
client/src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts
client/src/app/+my-account/my-account-videos/my-account-videos.component.html
client/src/app/+my-account/my-account-videos/my-account-videos.component.scss
client/src/app/+my-account/my-account-videos/my-account-videos.component.ts
client/src/app/shared/angular/from-now.pipe.ts [new file with mode: 0644]
client/src/app/shared/angular/number-formatter.pipe.ts [new file with mode: 0644]
client/src/app/shared/angular/object-length.pipe.ts [new file with mode: 0644]
client/src/app/shared/angular/peertube-template.directive.ts [new file with mode: 0644]
client/src/app/shared/misc/from-now.pipe.ts [deleted file]
client/src/app/shared/misc/number-formatter.pipe.ts [deleted file]
client/src/app/shared/misc/object-length.pipe.ts [deleted file]
client/src/app/shared/shared.module.ts
client/src/app/shared/video/abstract-video-list.ts
client/src/app/shared/video/videos-selection.component.html [new file with mode: 0644]
client/src/app/shared/video/videos-selection.component.scss [new file with mode: 0644]
client/src/app/shared/video/videos-selection.component.ts [new file with mode: 0644]