hicommonwealth / commonwealth

A platform for decentralized communities
https://commonwealth.im
GNU General Public License v3.0
65 stars 38 forks source link

User-Onboarding: Random username generation + Unique usernames #7578

Closed mzparacha closed 2 weeks ago

mzparacha commented 2 weeks ago

Link to Issue

Closes: https://github.com/hicommonwealth/commonwealth/issues/6751

Description of Changes

"How We Fixed It"

Test Plan


open the modal and create a new web3 wallet account, verify you see the `Welcome to Common` modal after a new account is created.
- Verify that you can generate a random username with the `Generate random username` button
- Verify that the generated or user entered username is validated as unique, if its not unique there will be a `Username already exists` error below the username input

## Deployment Plan
N/A

## Other Considerations
N/A
mzparacha commented 2 weeks ago

yarn.lock is causing some CI issues for some reason. I tried creating a new yarn.lock with

node=20.10.0
yarn=1.22.22

but it caused nearly all the CI tests to fail. Unsure about the resolution, will update PR once the issue is found.

Israellund commented 2 weeks ago

Getting this error when I try to run yarn start. Just see a blank white screen

Screenshot 2024-04-29 at 10 24 27 AM
mzparacha commented 2 weeks ago

@Israellund can you try again?