Adds check whether username already exists

This commit is contained in:
Saptak S 2020-08-21 17:46:21 +05:30
parent e68266fe63
commit 00cd37bfd3
No known key found for this signature in database
GPG key ID: 2D9B32E54C68A3FB
4 changed files with 40 additions and 17 deletions

View file

@ -192,6 +192,11 @@ ul.breadcrumbs li a:link, ul.breadcrumbs li a:visited {
font-size: 1em;
}
.chat-users .editable-username #username-error {
color: #c90c0c;
margin: 0.5rem;
}
.chat-users #user-list li {
margin-bottom: 1em;
}