-
Notifications
You must be signed in to change notification settings - Fork 570
[Dashboard] Fix: Copying payment link on iOS #7008
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Merge activity
|
apps/dashboard/src/app/pay/components/client/PaymentLinkForm.client.tsx
Outdated
Show resolved
Hide resolved
size-limit report 📦
|
…lient.tsx Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: greg <gregfromstl@gmail.com>
7ff4e92
to
fdbb5ab
Compare
PR-Codex overview
This PR primarily focuses on improving error handling, refactoring components, and enhancing the
PaymentLinkForm
functionality within the dashboard application. It includes better error messages, updates to layout components, and adjustments to the payment link generation process.Detailed summary
getCurrencyMetadata
by including the caught error in the message.CheckoutLayout
toPayLayout
.PaymentLinkForm
by removing theclient
prop.paymentUrl
inPaymentLinkForm
.paymentUrl
and show success messages.PaymentLinkForm
with a new copy button for the payment link.