Skip to content
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

feat: APP-163 custodial wallet design implementation #2470

Merged
merged 15 commits into from
Sep 17, 2024

Conversation

r41ph
Copy link
Contributor

@r41ph r41ph commented Sep 11, 2024

Description

https://regennetwork.atlassian.net/browse/APP-163

This PR also fixes an error with missing providers in the related stories in Storybook: https://regen-storybook.netlify.app/?path=/story/registry-organisms-useraccountsettings--default


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • provided a link to the relevant issue or specification
  • provided instructions on how to test
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

How to test

  1. https://deploy-preview-2470--regen-storybook.netlify.app/?path=/story/marketplace-organisms-useraccountsettings--width-560
  2. https://deploy-preview-2470--regen-storybook.netlify.app/?path=/story/marketplace-organisms-useraccountsettings--width-375

Note: the Learn more» link needs to be updated with the correct URL

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items
.

I have...

  • confirmed all author checklist items have been addressed
  • reviewed code correctness and readability
  • verified React components follow DRY principles
  • reviewed documentation is accurate
  • reviewed tests
  • manually tested (if applicable)

Copy link

netlify bot commented Sep 11, 2024

Deploy Preview for regen-website ready!

Name Link
🔨 Latest commit 74373e3
🔍 Latest deploy log https://app.netlify.com/sites/regen-website/deploys/66e83a7c9f052d00087f7336
😎 Deploy Preview https://deploy-preview-2470--regen-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@r41ph
Copy link
Contributor Author

r41ph commented Sep 11, 2024

@erikalogie see testing instructions

@r41ph r41ph requested a review from blushi September 11, 2024 13:29
@erikalogie
Copy link
Collaborator

LGTM!

Copy link
Member

@blushi blushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, just one suggestion

Comment on lines 41 to 42
<QueryClientProvider client={reactQueryClient}>
<AuthApolloProvider apolloClientFactory={apolloClientFactory}>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if we should have storybook depend on those providers, which are really marketplace related
Instead if we want to keep the UserAccountSettings story, we should probably refactor it to not use those providers directly but rather provide what we need as props (from useEmailConfirmationData)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blushi updated as per our conversation, please have a look

@r41ph r41ph force-pushed the feat-APP-163-custodial-wallet-design-implentation branch from 0e659ec to 29adbad Compare September 16, 2024 13:47
@r41ph r41ph requested a review from blushi September 16, 2024 13:59
@r41ph r41ph force-pushed the feat-APP-163-custodial-wallet-design-implentation branch from da1b6e2 to 74373e3 Compare September 16, 2024 14:02
Copy link
Member

@blushi blushi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tACK

@r41ph r41ph merged commit 0502b30 into dev Sep 17, 2024
14 checks passed
@r41ph r41ph deleted the feat-APP-163-custodial-wallet-design-implentation branch September 17, 2024 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants