Username and username link integrity check

This commit is contained in:
Fedor Indutny 2023-11-03 23:05:11 +01:00 committed by GitHub
parent 1be90fff3d
commit 3664063d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 636 additions and 35 deletions

View file

@ -37,10 +37,16 @@ export default {
Deleting: UsernameEditState.Deleting,
},
},
usernameCorrupted: {
control: 'boolean',
},
usernameLinkState: {
control: { type: 'select' },
options: [UsernameLinkState.Ready, UsernameLinkState.Updating],
},
usernameLinkCorrupted: {
control: 'boolean',
},
},
args: {
aboutEmoji: '',