From 1f20622f2b087eaf8738d60fae00a44b9c558ca3 Mon Sep 17 00:00:00 2001
From: Chocobozzz
Date: Fri, 7 Jun 2019 16:59:53 +0200
Subject: Improve registration
* Add ability to set the user display name
* Use display name to guess the username/channel name
* Add explanations about what is the purpose of a username/channel name
* Add a loader at the "done" step
---
.../+register/register-step-channel.component.html | 34 ++++++++++++----------
.../+register/register-step-channel.component.ts | 30 ++++++++++++++-----
.../+register/register-step-user.component.html | 19 ++++++++++++
.../+register/register-step-user.component.ts | 19 +++++++++++-
.../app/+signup/+register/register.component.html | 6 ++++
.../app/+signup/+register/register.component.scss | 23 +++++++++++++++
6 files changed, 108 insertions(+), 23 deletions(-)
(limited to 'client/src/app/+signup')
diff --git a/client/src/app/+signup/+register/register-step-channel.component.html b/client/src/app/+signup/+register/register-step-channel.component.html
index 68ea4473a..253374f87 100644
--- a/client/src/app/+signup/+register/register-step-channel.component.html
+++ b/client/src/app/+signup/+register/register-step-channel.component.html
@@ -11,6 +11,21 @@
+
+
+
+
+
+
+
+
+ {{ formErrors.displayName }}
+
+
+
@@ -24,6 +39,10 @@
+
+ The channel name is a unique identifier of your channel on this instance. It's like an address mail, so other people can find your channel.
+
+
{{ formErrors.name }}
@@ -32,19 +51,4 @@
Channel name cannot be the same than your account name. You can click on the first step to update your account name.
-
-