[Dashboard] Fix: Copying payment link on iOS#7008
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
|
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
PaymentLinkFormfunctionality within the dashboard application. It includes better error messages, updates to layout components, and adjustments to the payment link generation process.Detailed summary
getCurrencyMetadataby including the caught error in the message.CheckoutLayouttoPayLayout.PaymentLinkFormby removing theclientprop.paymentUrlinPaymentLinkForm.paymentUrland show success messages.PaymentLinkFormwith a new copy button for the payment link.