aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared.module.ts
diff options
context:
space:
mode:
authorJulien Maulny <julien.maulny@protonmail.com>2019-10-05 18:10:49 +0200
committerChocobozzz <chocobozzz@cpy.re>2019-10-23 10:47:34 +0200
commite8050208969ee8af554c0aad276bea41dcf304ef (patch)
treea82203fde250afb4318921584a59d17ee129571a /client/src/app/shared/shared.module.ts
parent18c9772876d0e36a4f404d914140f3d24d6037e1 (diff)
downloadPeerTube-e8050208969ee8af554c0aad276bea41dcf304ef.tar.gz
PeerTube-e8050208969ee8af554c0aad276bea41dcf304ef.tar.zst
PeerTube-e8050208969ee8af554c0aad276bea41dcf304ef.zip
Allow to toggle video publication date to display absolute date
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r--client/src/app/shared/shared.module.ts3
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 f6991a66d..8cbb15bfa 100644
--- a/client/src/app/shared/shared.module.ts
+++ b/client/src/app/shared/shared.module.ts
@@ -73,6 +73,7 @@ import { UserNotificationsComponent } from '@app/shared/users/user-notifications
73import { InstanceService } from '@app/shared/instance/instance.service' 73import { InstanceService } from '@app/shared/instance/instance.service'
74import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' 74import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer'
75import { ConfirmComponent } from '@app/shared/confirm/confirm.component' 75import { ConfirmComponent } from '@app/shared/confirm/confirm.component'
76import { DateToggleComponent } from '@app/shared/date/date-toggle.component'
76import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component' 77import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component'
77import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service' 78import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service'
78import { PreviewUploadComponent } from '@app/shared/images/preview-upload.component' 79import { PreviewUploadComponent } from '@app/shared/images/preview-upload.component'
@@ -165,6 +166,7 @@ import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.co
165 TopMenuDropdownComponent, 166 TopMenuDropdownComponent,
166 UserNotificationsComponent, 167 UserNotificationsComponent,
167 ConfirmComponent, 168 ConfirmComponent,
169 DateToggleComponent,
168 170
169 GlobalIconComponent, 171 GlobalIconComponent,
170 PreviewUploadComponent 172 PreviewUploadComponent
@@ -232,6 +234,7 @@ import { FeatureBooleanComponent } from '@app/shared/instance/feature-boolean.co
232 TopMenuDropdownComponent, 234 TopMenuDropdownComponent,
233 UserNotificationsComponent, 235 UserNotificationsComponent,
234 ConfirmComponent, 236 ConfirmComponent,
237 DateToggleComponent,
235 238
236 GlobalIconComponent, 239 GlobalIconComponent,
237 PreviewUploadComponent, 240 PreviewUploadComponent,