]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/app-routing.module.ts
Add success icon on registration
authorChocobozzz <me@florianbigard.com>
Wed, 29 May 2019 12:39:49 +0000 (14:39 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 29 May 2019 12:39:49 +0000 (14:39 +0200)
commitb247a132709eb212fef4f77c4912dc0ec108f36b
treeb2700e6ed55e00cd213c44e8afdeea4c327ae904
parent1d5342abc43df02cf0bd69b1e865c0f179182eef
Add success icon on registration
33 files changed:
client/src/app/+signup/+register/custom-stepper.component.html [moved from client/src/app/signup/custom-stepper.component.html with 100% similarity]
client/src/app/+signup/+register/custom-stepper.component.scss [moved from client/src/app/signup/custom-stepper.component.scss with 100% similarity]
client/src/app/+signup/+register/custom-stepper.component.ts [moved from client/src/app/signup/custom-stepper.component.ts with 100% similarity]
client/src/app/+signup/+register/register-routing.module.ts [moved from client/src/app/signup/signup-routing.module.ts with 50% similarity]
client/src/app/+signup/+register/register-step-channel.component.html [moved from client/src/app/signup/signup-step-channel.component.html with 100% similarity]
client/src/app/+signup/+register/register-step-channel.component.ts [moved from client/src/app/signup/signup-step-channel.component.ts with 76% similarity]
client/src/app/+signup/+register/register-step-user.component.html [moved from client/src/app/signup/signup-step-user.component.html with 100% similarity]
client/src/app/+signup/+register/register-step-user.component.ts [moved from client/src/app/signup/signup-step-user.component.ts with 76% similarity]
client/src/app/+signup/+register/register.component.html [moved from client/src/app/signup/signup.component.html with 77% similarity]
client/src/app/+signup/+register/register.component.scss [moved from client/src/app/signup/signup.component.scss with 100% similarity]
client/src/app/+signup/+register/register.component.ts [moved from client/src/app/signup/signup.component.ts with 89% similarity]
client/src/app/+signup/+register/register.module.ts [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html [moved from client/src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html with 100% similarity]
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.scss [moved from client/src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.scss with 100% similarity]
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts [moved from client/src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts with 100% similarity]
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html [moved from client/src/app/+verify-account/verify-account-email/verify-account-email.component.html with 69% similarity]
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts [moved from client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts with 93% similarity]
client/src/app/+signup/+verify-account/verify-account-routing.module.ts [moved from client/src/app/+verify-account/verify-account-routing.module.ts with 75% similarity]
client/src/app/+signup/+verify-account/verify-account.module.ts [new file with mode: 0644]
client/src/app/+signup/shared/signup-shared.module.ts [new file with mode: 0644]
client/src/app/+signup/shared/signup-success.component.html [moved from client/src/app/signup/success.component.html with 58% similarity]
client/src/app/+signup/shared/signup-success.component.scss [moved from client/src/app/signup/success.component.scss with 92% similarity]
client/src/app/+signup/shared/signup-success.component.ts [new file with mode: 0644]
client/src/app/+verify-account/index.ts [deleted file]
client/src/app/+verify-account/verify-account.module.ts [deleted file]
client/src/app/app-routing.module.ts
client/src/app/app.module.ts
client/src/app/core/core.module.ts
client/src/app/core/routing/redirect.service.ts
client/src/app/core/routing/unlogged-guard.service.ts [new file with mode: 0644]
client/src/app/signup/index.ts [deleted file]
client/src/app/signup/signup.module.ts [deleted file]
client/src/app/signup/success.component.ts [deleted file]