-
Notifications
You must be signed in to change notification settings - Fork 149
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
update-profile request #2632
update-profile request #2632
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/app/pages/update-profile-request/components/update-action.tsx
Outdated
Show resolved
Hide resolved
@friedger any way you could provide a test app of sorts that helps us QA this with various inputs? |
Also I see this is in "Draft" – do you prefer we wait on our review until it's out of that state? |
I would like to get early feedback. This is in a state that works. To get a working app we would need connect support, wouldn't we? |
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.
Sorry for the delay leaving feedback @friedger. Left some high level comments, I think there's some duplication/tidying we'd want, but haven't mentioned atm as it's in draft.
Maybe @markmhx can speak to where this comes on our priorities to get merged.
src/app/pages/update-profile-request/wallet-sdk-clone/profiles.ts
Outdated
Show resolved
Hide resolved
|
||
// Temporary workaround to avoid pattern of pulling search params directly | ||
// into an atom, rather than using the tooling provided by our router library | ||
useSetAtomUpdateProfileRequestToken(requestToken); |
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.
as this is a new feature, we shouldn't need this updater logic
src/app/pages/update-profile-request/components/profile-disclaimer.tsx
Outdated
Show resolved
Hide resolved
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.
I hope to get this merged sooner than later :-)
src/app/pages/update-profile-request/components/profile-disclaimer.tsx
Outdated
Show resolved
Hide resolved
src/app/pages/update-profile-request/wallet-sdk-clone/profiles.ts
Outdated
Show resolved
Hide resolved
src/app/pages/update-profile-request/components/profile-disclaimer.tsx
Outdated
Show resolved
Hide resolved
src/app/pages/update-profile-request/components/update-action.tsx
Outdated
Show resolved
Hide resolved
src/app/pages/update-profile-request/components/update-profile-error-msg.tsx
Show resolved
Hide resolved
Wallet-sdk PR is here: hirosystems/stacks.js#1351 |
@friedger Want to update this PR based on the comments above and let us know when it's ready for another review? |
@friedger it'd be great if we could add integration tests for this flow. Happy to run you through how to write/run these. |
@kyranjamie thank you. I'll contact you for a date. @markmhx I try to get this updated as quickly as possible. 😁 |
40c40b9
to
f706714
Compare
@friedger I see you've been active on this PR but it's not clear it's ready for re-review. When it is, please reassign @kyranjamie as a reviewer and we'll triage 🙏 |
@markmhx In order to get integration tests going we need support by connect: hirosystems/connect#274 |
Profile updating via test app works. Next:
|
77a4000
to
d48458f
Compare
@friedger it looks like we have one last lint check to resolve? |
@markmhx What does the lint rule mean? What needs to be changed? Is this something related to the project setup? I don't see how I can fix this.
|
This error means you're using |
Closing in favour of #2829 |
This PR
cc/ @kyranjamie @fbwoolf @beguene @He1DAr