diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2021-01-22 00:12:44 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-01-28 15:55:34 +0100 |
commit | 5bcbcbe338ef5a1ed14f084311d013fbb25dabcf (patch) | |
tree | b0f6382b30b67f1f7adddaf7d12af9adae0c9f5d /client/src/app/shared/shared-main | |
parent | 7a4994873c0b3394d04e16e877fc7418bc8b146a (diff) | |
download | PeerTube-5bcbcbe338ef5a1ed14f084311d013fbb25dabcf.tar.gz PeerTube-5bcbcbe338ef5a1ed14f084311d013fbb25dabcf.tar.zst PeerTube-5bcbcbe338ef5a1ed14f084311d013fbb25dabcf.zip |
modularize abstract video list header and implement video hotness recommendation variant
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/shared-main.module.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/shared-main.module.ts b/client/src/app/shared/shared-main/shared-main.module.ts index c69a4c8b2..9d550996d 100644 --- a/client/src/app/shared/shared-main/shared-main.module.ts +++ b/client/src/app/shared/shared-main/shared-main.module.ts | |||
@@ -11,7 +11,8 @@ import { | |||
11 | NgbModalModule, | 11 | NgbModalModule, |
12 | NgbNavModule, | 12 | NgbNavModule, |
13 | NgbPopoverModule, | 13 | NgbPopoverModule, |
14 | NgbTooltipModule | 14 | NgbTooltipModule, |
15 | NgbButtonsModule | ||
15 | } from '@ng-bootstrap/ng-bootstrap' | 16 | } from '@ng-bootstrap/ng-bootstrap' |
16 | import { LoadingBarModule } from '@ngx-loading-bar/core' | 17 | import { LoadingBarModule } from '@ngx-loading-bar/core' |
17 | import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' | 18 | import { LoadingBarHttpClientModule } from '@ngx-loading-bar/http-client' |
@@ -53,6 +54,7 @@ import { VideoChannelService } from './video-channel' | |||
53 | NgbNavModule, | 54 | NgbNavModule, |
54 | NgbTooltipModule, | 55 | NgbTooltipModule, |
55 | NgbCollapseModule, | 56 | NgbCollapseModule, |
57 | NgbButtonsModule, | ||
56 | 58 | ||
57 | ClipboardModule, | 59 | ClipboardModule, |
58 | 60 | ||
@@ -110,6 +112,7 @@ import { VideoChannelService } from './video-channel' | |||
110 | NgbNavModule, | 112 | NgbNavModule, |
111 | NgbTooltipModule, | 113 | NgbTooltipModule, |
112 | NgbCollapseModule, | 114 | NgbCollapseModule, |
115 | NgbButtonsModule, | ||
113 | 116 | ||
114 | ClipboardModule, | 117 | ClipboardModule, |
115 | 118 | ||