]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/+signup/+register/register.component.scss
improvements to login and sign-up pages (#3357)
authorKimsible <1877318+kimsible@users.noreply.github.com>
Mon, 7 Dec 2020 15:34:07 +0000 (16:34 +0100)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 15:34:07 +0000 (16:34 +0100)
commit40360c17d82b33accb34ea974c275e17880c37aa
treee0ddac1174e54897b4871daa4dca43dce121f590
parent10f26f4203b8cef32778bf3435d8112eaea3c093
improvements to login and sign-up pages (#3357)

* New login form ui
* Move InstanceAboutAccordion to shared components
* Update closed registration alert text
* Add alert for opened registration and move them bellow login form
* Adjust flex block on signup and login views
* Replace toggle accordion with expand on links in signup and login + scrollTo
* Improve display of login alerts
* Fix missing Component suffix
* Define min-width instance-information block sign-up and login for mobile screens
* Add ability to select specific panels in instanceAboutAccorddion
* Add instance title and short-description to common instanceAboutAccordion
* Clarify title alert in login page
* Add step terms for signup

Co-authored-by: kimsible <kimsible@users.noreply.github.com>
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
21 files changed:
client/src/app/+login/login.component.html
client/src/app/+login/login.component.scss
client/src/app/+login/login.component.ts
client/src/app/+login/login.module.ts
client/src/app/+signup/+register/custom-stepper.component.html
client/src/app/+signup/+register/custom-stepper.component.scss
client/src/app/+signup/+register/custom-stepper.component.ts
client/src/app/+signup/+register/register-step-terms.component.html [new file with mode: 0644]
client/src/app/+signup/+register/register-step-terms.component.ts [new file with mode: 0644]
client/src/app/+signup/+register/register-step-user.component.html
client/src/app/+signup/+register/register-step-user.component.ts
client/src/app/+signup/+register/register.component.html
client/src/app/+signup/+register/register.component.scss
client/src/app/+signup/+register/register.component.ts
client/src/app/+signup/+register/register.module.ts
client/src/app/shared/form-validators/user-validators.ts
client/src/app/shared/shared-instance/index.ts
client/src/app/shared/shared-instance/instance-about-accordion.component.html [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-about-accordion.component.scss [new file with mode: 0644]
client/src/app/shared/shared-instance/instance-about-accordion.component.ts [new file with mode: 0644]
client/src/app/shared/shared-instance/shared-instance.module.ts