-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add username #1133
Add username #1133
Conversation
Your Render PR Server URL is https://files-ui-stage-pr-1133.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c33qtps64ckuofh57ss0. |
Your Render PR Server URL is https://storage-ui-stage-pr-1133.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c33qtqc64ckuofh57tcg. |
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.
Working well but I'm getting some 404 on https://stage.imploy.site/api/v1/user/lookup
when typing something (although the lookup does work).
<FormikTextInput | ||
placeholder={t`First name`} | ||
name="firstName" | ||
size="medium" | ||
hideLabel={true} |
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.
Didn't check deeper but can't we have empty label rather?
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 label
is actually optional, but the FormikTextInput
passes the field.name
and I had no way of removing that since its being used else where in code.
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
This pull request fixes 1 alert when merging d666072 into f1852e9 - view on LGTM.com fixed alerts:
|
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
…at/add-username-1091
…at/add-username-1091
Yes, the |
This pull request fixes 1 alert when merging 9efa618 into f1852e9 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 2e4e72f into 2f3d1eb - view on LGTM.com fixed alerts:
|
ok a 404 is definitely not a standard for an expected answer, this is showing red things all over (network and console tab), it is handled as an error in the code and in the browser. I guess it should be a 200 with |
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.
👍 nice one! Just the cla signing is missing 🤷♂️
Yes a 200 with null, sounds right! |
closes #1091