-
Notifications
You must be signed in to change notification settings - Fork 0
Changing textfield to select #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… into arrow-functionality
Renamed the App.tsx to AvatarForm Fixed Router errors as they we used twice in one component Fixed import router in AvatarForm
Use taildwind instead of Mui in Header and added redirection to AVANART title
About Us page
…ng-textfield-to-select
❌ Deploy Preview for avanart failed.
|
| }); | ||
|
|
||
| saveAs(blob, "avatar.png"); | ||
| if (blob) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good error handling
| <ReactNiceAvatar | ||
| className="w-64 h-64 highres:w-80 highres:h-80" | ||
| hairColorRandom | ||
| shape={this.state.shape} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On line 113 you did destructuring, so you could directly access all of it without "this.state"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are talking about app component, this structure comes from react nice avatar and we didn't change it, but I worked on form page and tried to stick role and region on top of image after clicking the submit btn.
#33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Form looks all right to me, thank you Shadi
No description provided.