diff options
author | Chocobozzz <me@florianbigard.com> | 2019-03-21 16:49:46 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-02 11:45:02 +0200 |
commit | 489290b8b16bede6ddfb773adad55dee6471ccfd (patch) | |
tree | 8d3bb73c80df18f1e4d15b23a7e4080a6bc5985e /client/src/app/videos/videos-routing.module.ts | |
parent | 7ccddd7b5250bd25a917a6e77e58b87b9484a2a4 (diff) | |
download | PeerTube-489290b8b16bede6ddfb773adad55dee6471ccfd.tar.gz PeerTube-489290b8b16bede6ddfb773adad55dee6471ccfd.tar.zst PeerTube-489290b8b16bede6ddfb773adad55dee6471ccfd.zip |
Restore videos list components
Diffstat (limited to 'client/src/app/videos/videos-routing.module.ts')
-rw-r--r-- | client/src/app/videos/videos-routing.module.ts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/client/src/app/videos/videos-routing.module.ts b/client/src/app/videos/videos-routing.module.ts index 69a9232ce..505173a5b 100644 --- a/client/src/app/videos/videos-routing.module.ts +++ b/client/src/app/videos/videos-routing.module.ts | |||
@@ -29,6 +29,10 @@ const videosRoutes: Routes = [ | |||
29 | data: { | 29 | data: { |
30 | meta: { | 30 | meta: { |
31 | title: 'Trending videos' | 31 | title: 'Trending videos' |
32 | }, | ||
33 | reuse: { | ||
34 | enabled: true, | ||
35 | key: 'trending-videos-list' | ||
32 | } | 36 | } |
33 | } | 37 | } |
34 | }, | 38 | }, |
@@ -38,6 +42,10 @@ const videosRoutes: Routes = [ | |||
38 | data: { | 42 | data: { |
39 | meta: { | 43 | meta: { |
40 | title: 'Recently added videos' | 44 | title: 'Recently added videos' |
45 | }, | ||
46 | reuse: { | ||
47 | enabled: true, | ||
48 | key: 'recently-added-videos-list' | ||
41 | } | 49 | } |
42 | } | 50 | } |
43 | }, | 51 | }, |
@@ -47,6 +55,10 @@ const videosRoutes: Routes = [ | |||
47 | data: { | 55 | data: { |
48 | meta: { | 56 | meta: { |
49 | title: 'Subscriptions' | 57 | title: 'Subscriptions' |
58 | }, | ||
59 | reuse: { | ||
60 | enabled: true, | ||
61 | key: 'subscription-videos-list' | ||
50 | } | 62 | } |
51 | } | 63 | } |
52 | }, | 64 | }, |
@@ -56,6 +68,10 @@ const videosRoutes: Routes = [ | |||
56 | data: { | 68 | data: { |
57 | meta: { | 69 | meta: { |
58 | title: 'Local videos' | 70 | title: 'Local videos' |
71 | }, | ||
72 | reuse: { | ||
73 | enabled: true, | ||
74 | key: 'local-videos-list' | ||
59 | } | 75 | } |
60 | } | 76 | } |
61 | }, | 77 | }, |