diff options
author | Julien Maulny <julien.maulny@protonmail.com> | 2019-10-05 18:10:49 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-23 10:47:34 +0200 |
commit | e8050208969ee8af554c0aad276bea41dcf304ef (patch) | |
tree | a82203fde250afb4318921584a59d17ee129571a /client/src/app/shared/shared.module.ts | |
parent | 18c9772876d0e36a4f404d914140f3d24d6037e1 (diff) | |
download | PeerTube-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.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 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 | |||
73 | import { InstanceService } from '@app/shared/instance/instance.service' | 73 | import { InstanceService } from '@app/shared/instance/instance.service' |
74 | import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' | 74 | import { HtmlRendererService, LinkifierService, MarkdownService } from '@app/shared/renderer' |
75 | import { ConfirmComponent } from '@app/shared/confirm/confirm.component' | 75 | import { ConfirmComponent } from '@app/shared/confirm/confirm.component' |
76 | import { DateToggleComponent } from '@app/shared/date/date-toggle.component' | ||
76 | import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component' | 77 | import { SmallLoaderComponent } from '@app/shared/misc/small-loader.component' |
77 | import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service' | 78 | import { VideoPlaylistService } from '@app/shared/video-playlist/video-playlist.service' |
78 | import { PreviewUploadComponent } from '@app/shared/images/preview-upload.component' | 79 | import { 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, |