diff options
author | Ms Kimsible <1877318+kimsible@users.noreply.github.com> | 2021-08-26 08:22:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 08:22:33 +0200 |
commit | 7dca45f99db58d9bb3423a3765aaee68c69bc9f2 (patch) | |
tree | 6bdf45c304a58dca51a8e856a8d35238e7bc9bbb /client/src/app/app.module.ts | |
parent | 8729a87024fc837f7dd6f13afeec90cf6dda1c06 (diff) | |
download | PeerTube-7dca45f99db58d9bb3423a3765aaee68c69bc9f2.tar.gz PeerTube-7dca45f99db58d9bb3423a3765aaee68c69bc9f2.tar.zst PeerTube-7dca45f99db58d9bb3423a3765aaee68c69bc9f2.zip |
Inform user to fill account profile and channels (#4352)
* Add account-setup modal when login
* Add channels-setup alert into my-channels, my-playlists and upload page
Co-authored-by: Ms Kimsible <kimsible@users.noreply.github.com>
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index dfdccbe69..8d9c39ad8 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -18,6 +18,7 @@ import { CustomModalComponent } from './modal/custom-modal.component' | |||
18 | import { InstanceConfigWarningModalComponent } from './modal/instance-config-warning-modal.component' | 18 | import { InstanceConfigWarningModalComponent } from './modal/instance-config-warning-modal.component' |
19 | import { QuickSettingsModalComponent } from './modal/quick-settings-modal.component' | 19 | import { QuickSettingsModalComponent } from './modal/quick-settings-modal.component' |
20 | import { WelcomeModalComponent } from './modal/welcome-modal.component' | 20 | import { WelcomeModalComponent } from './modal/welcome-modal.component' |
21 | import { AccountSetupModalComponent } from './modal/account-setup-modal.component' | ||
21 | import { SharedActorImageModule } from './shared/shared-actor-image/shared-actor-image.module' | 22 | import { SharedActorImageModule } from './shared/shared-actor-image/shared-actor-image.module' |
22 | import { SharedFormModule } from './shared/shared-forms' | 23 | import { SharedFormModule } from './shared/shared-forms' |
23 | import { SharedGlobalIconModule } from './shared/shared-icons' | 24 | import { SharedGlobalIconModule } from './shared/shared-icons' |
@@ -53,6 +54,7 @@ export function loadConfigFactory (server: ServerService, pluginService: PluginS | |||
53 | SuggestionComponent, | 54 | SuggestionComponent, |
54 | HighlightPipe, | 55 | HighlightPipe, |
55 | 56 | ||
57 | AccountSetupModalComponent, | ||
56 | CustomModalComponent, | 58 | CustomModalComponent, |
57 | WelcomeModalComponent, | 59 | WelcomeModalComponent, |
58 | InstanceConfigWarningModalComponent, | 60 | InstanceConfigWarningModalComponent, |