]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/shared/shared-main/misc/channels-setup-message.component.ts
Inform user to fill account profile and channels (#4352)
authorMs Kimsible <1877318+kimsible@users.noreply.github.com>
Thu, 26 Aug 2021 06:22:33 +0000 (08:22 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Aug 2021 06:22:33 +0000 (08:22 +0200)
commit7dca45f99db58d9bb3423a3765aaee68c69bc9f2
tree6bdf45c304a58dca51a8e856a8d35238e7bc9bbb
parent8729a87024fc837f7dd6f13afeec90cf6dda1c06
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>
17 files changed:
CREDITS.md
client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
client/src/app/+my-library/my-video-playlists/my-video-playlists.component.html
client/src/app/+videos/+video-edit/video-add.component.html
client/src/app/app.component.html
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/modal/account-setup-modal.component.html [new file with mode: 0644]
client/src/app/modal/account-setup-modal.component.scss [new file with mode: 0644]
client/src/app/modal/account-setup-modal.component.ts [new file with mode: 0644]
client/src/app/shared/shared-icons/global-icon.component.ts
client/src/app/shared/shared-main/misc/channels-setup-message.component.html [new file with mode: 0644]
client/src/app/shared/shared-main/misc/channels-setup-message.component.scss [new file with mode: 0644]
client/src/app/shared/shared-main/misc/channels-setup-message.component.ts [new file with mode: 0644]
client/src/app/shared/shared-main/misc/index.ts
client/src/app/shared/shared-main/shared-main.module.ts
client/src/assets/images/misc/tip.svg [new file with mode: 0644]