From 69524f6ed170c74fab8d5833920c389fde992f3e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Nov 2020 11:44:31 +0100 Subject: Fix circular dep issue --- .../+video-watch/video-watch.component.html | 2 +- .../shared-main/account/avatar.component.html | 26 -------------- .../shared-main/account/avatar.component.scss | 40 ---------------------- .../shared/shared-main/account/avatar.component.ts | 25 -------------- client/src/app/shared/shared-main/account/index.ts | 2 +- .../account/video-avatar-channel.component.html | 26 ++++++++++++++ .../account/video-avatar-channel.component.scss | 40 ++++++++++++++++++++++ .../account/video-avatar-channel.component.ts | 27 +++++++++++++++ .../app/shared/shared-main/shared-main.module.ts | 6 ++-- .../shared-main/users/user-notification.model.ts | 10 +++--- .../app/shared/shared-main/video/video.model.ts | 4 ++- 11 files changed, 107 insertions(+), 101 deletions(-) delete mode 100644 client/src/app/shared/shared-main/account/avatar.component.html delete mode 100644 client/src/app/shared/shared-main/account/avatar.component.scss delete mode 100644 client/src/app/shared/shared-main/account/avatar.component.ts create mode 100644 client/src/app/shared/shared-main/account/video-avatar-channel.component.html create mode 100644 client/src/app/shared/shared-main/account/video-avatar-channel.component.scss create mode 100644 client/src/app/shared/shared-main/account/video-avatar-channel.component.ts (limited to 'client/src') diff --git a/client/src/app/+videos/+video-watch/video-watch.component.html b/client/src/app/+videos/+video-watch/video-watch.component.html index 9e469f0b0..a90908dbe 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.html +++ b/client/src/app/+videos/+video-watch/video-watch.component.html @@ -183,7 +183,7 @@
- +