diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-08 17:36:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-08 17:44:22 +0200 |
commit | eacb25c4366bcc8fba20f98f93f004fabc6d5578 (patch) | |
tree | d006c6ef3358ec8c3e3deda643dc9b70068f2515 /client/src/app/shared/shared.module.ts | |
parent | a6ce68673ace5b94a81eda3ba198f0a4170eb05e (diff) | |
download | PeerTube-eacb25c4366bcc8fba20f98f93f004fabc6d5578.tar.gz PeerTube-eacb25c4366bcc8fba20f98f93f004fabc6d5578.tar.zst PeerTube-eacb25c4366bcc8fba20f98f93f004fabc6d5578.zip |
Add reason when banning a user
Diffstat (limited to 'client/src/app/shared/shared.module.ts')
-rw-r--r-- | client/src/app/shared/shared.module.ts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client/src/app/shared/shared.module.ts b/client/src/app/shared/shared.module.ts index 62ce97102..94de3af9f 100644 --- a/client/src/app/shared/shared.module.ts +++ b/client/src/app/shared/shared.module.ts | |||
@@ -17,8 +17,8 @@ import { BytesPipe, KeysPipe, NgPipesModule } from 'ngx-pipes' | |||
17 | import { SharedModule as PrimeSharedModule } from 'primeng/components/common/shared' | 17 | import { SharedModule as PrimeSharedModule } from 'primeng/components/common/shared' |
18 | 18 | ||
19 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' | 19 | import { AUTH_INTERCEPTOR_PROVIDER } from './auth' |
20 | import { DeleteButtonComponent } from './misc/delete-button.component' | 20 | import { DeleteButtonComponent } from './buttons/delete-button.component' |
21 | import { EditButtonComponent } from './misc/edit-button.component' | 21 | import { EditButtonComponent } from './buttons/edit-button.component' |
22 | import { FromNowPipe } from './misc/from-now.pipe' | 22 | import { FromNowPipe } from './misc/from-now.pipe' |
23 | import { LoaderComponent } from './misc/loader.component' | 23 | import { LoaderComponent } from './misc/loader.component' |
24 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' | 24 | import { NumberFormatterPipe } from './misc/number-formatter.pipe' |
@@ -52,6 +52,7 @@ import { VideoCaptionsValidatorsService } from '@app/shared/forms/form-validator | |||
52 | import { VideoCaptionService } from '@app/shared/video-caption' | 52 | import { VideoCaptionService } from '@app/shared/video-caption' |
53 | import { PeertubeCheckboxComponent } from '@app/shared/forms/peertube-checkbox.component' | 53 | import { PeertubeCheckboxComponent } from '@app/shared/forms/peertube-checkbox.component' |
54 | import { VideoImportService } from '@app/shared/video-import/video-import.service' | 54 | import { VideoImportService } from '@app/shared/video-import/video-import.service' |
55 | import { ActionDropdownComponent } from '@app/shared/buttons/action-dropdown.component' | ||
55 | 56 | ||
56 | @NgModule({ | 57 | @NgModule({ |
57 | imports: [ | 58 | imports: [ |
@@ -78,6 +79,7 @@ import { VideoImportService } from '@app/shared/video-import/video-import.servic | |||
78 | VideoFeedComponent, | 79 | VideoFeedComponent, |
79 | DeleteButtonComponent, | 80 | DeleteButtonComponent, |
80 | EditButtonComponent, | 81 | EditButtonComponent, |
82 | ActionDropdownComponent, | ||
81 | NumberFormatterPipe, | 83 | NumberFormatterPipe, |
82 | ObjectLengthPipe, | 84 | ObjectLengthPipe, |
83 | FromNowPipe, | 85 | FromNowPipe, |
@@ -110,6 +112,7 @@ import { VideoImportService } from '@app/shared/video-import/video-import.servic | |||
110 | VideoFeedComponent, | 112 | VideoFeedComponent, |
111 | DeleteButtonComponent, | 113 | DeleteButtonComponent, |
112 | EditButtonComponent, | 114 | EditButtonComponent, |
115 | ActionDropdownComponent, | ||
113 | MarkdownTextareaComponent, | 116 | MarkdownTextareaComponent, |
114 | InfiniteScrollerDirective, | 117 | InfiniteScrollerDirective, |
115 | HelpComponent, | 118 | HelpComponent, |