accounts approved, video player testing, bookmark collections
This commit is contained in:
mgabdev
2020-12-17 01:34:00 -05:00
parent 04053c0e31
commit 5a37a7090e
88 changed files with 688 additions and 395 deletions

View File

@@ -164,6 +164,7 @@ class EditProfileModal extends ImmutablePureComponent {
<Input
id='display-name'
title='Display name'
maxLength={30}
value={displayNameValue}
onChange={this.handleDisplayNameChange}
onBlur={this.handleDisplayNameBlur}
@@ -176,6 +177,7 @@ class EditProfileModal extends ImmutablePureComponent {
title='Bio'
value={bioValue}
disabled={false}
maxLength={500}
onChange={this.handleBioChange}
placeholder='Add your bio...'
/>