diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-15 21:27:37 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-15 21:58:11 +0100 |
commit | dd4f25eea802fd88ea641d730432b56f562e0861 (patch) | |
tree | 72ead957524555827f4531fb00f90bf3f5e633c1 /client/src/app/shared/shared.module.ts | |
parent | 44efbebac43c2bac75744399dc1176dce7ba3277 (diff) | |
download | PeerTube-dd4f25eea802fd88ea641d730432b56f562e0861.tar.gz PeerTube-dd4f25eea802fd88ea641d730432b56f562e0861.tar.zst PeerTube-dd4f25eea802fd88ea641d730432b56f562e0861.zip |
add channel avatar to watch view
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 29ddf7b81..a32520820 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -66,6 +66,7 @@ import { OverviewService } from '@app/shared/overview' | |||
66 | import { UserBanModalComponent } from '@app/shared/moderation' | 66 | import { UserBanModalComponent } from '@app/shared/moderation' |
67 | import { UserModerationDropdownComponent } from '@app/shared/moderation/user-moderation-dropdown.component' | 67 | import { UserModerationDropdownComponent } from '@app/shared/moderation/user-moderation-dropdown.component' |
68 | import { BlocklistService } from '@app/shared/blocklist' | 68 | import { BlocklistService } from '@app/shared/blocklist' |
69 | import { AvatarComponent } from '@app/shared/channel/avatar.component' | ||
69 | import { TopMenuDropdownComponent } from '@app/shared/menu/top-menu-dropdown.component' | 70 | import { TopMenuDropdownComponent } from '@app/shared/menu/top-menu-dropdown.component' |
70 | import { UserHistoryService } from '@app/shared/users/user-history.service' | 71 | import { UserHistoryService } from '@app/shared/users/user-history.service' |
71 | import { UserNotificationService } from '@app/shared/users/user-notification.service' | 72 | import { UserNotificationService } from '@app/shared/users/user-notification.service' |
@@ -158,6 +159,7 @@ import { InputReadonlyCopyComponent } from '@app/shared/forms/input-readonly-cop | |||
158 | TimestampInputComponent, | 159 | TimestampInputComponent, |
159 | InputReadonlyCopyComponent, | 160 | InputReadonlyCopyComponent, |
160 | 161 | ||
162 | AvatarComponent, | ||
161 | SubscribeButtonComponent, | 163 | SubscribeButtonComponent, |
162 | RemoteSubscribeComponent, | 164 | RemoteSubscribeComponent, |
163 | InstanceFeaturesTableComponent, | 165 | InstanceFeaturesTableComponent, |
@@ -228,6 +230,7 @@ import { InputReadonlyCopyComponent } from '@app/shared/forms/input-readonly-cop | |||
228 | PeertubeCheckboxComponent, | 230 | PeertubeCheckboxComponent, |
229 | TimestampInputComponent, | 231 | TimestampInputComponent, |
230 | 232 | ||
233 | AvatarComponent, | ||
231 | SubscribeButtonComponent, | 234 | SubscribeButtonComponent, |
232 | RemoteSubscribeComponent, | 235 | RemoteSubscribeComponent, |
233 | InstanceFeaturesTableComponent, | 236 | InstanceFeaturesTableComponent, |