-
Notifications
You must be signed in to change notification settings - Fork 559
[Dashboard] Update support email to include wallet address (DASH-75) #5055
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 ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
8d1c4c8
to
9609d99
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5055 +/- ##
=======================================
Coverage 45.29% 45.29%
=======================================
Files 1059 1059
Lines 54728 54728
Branches 3954 3954
=======================================
Hits 24791 24791
Misses 29246 29246
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
apps/dashboard/src/app/(dashboard)/support/components/create-ticket.action.ts
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.
please address comments
9609d99
to
96a17f5
Compare
packages/thirdweb/src/extensions/erc721/drops/write/claimTo.test.ts
Outdated
Show resolved
Hide resolved
96a17f5
to
d5b48da
Compare
d5b48da
to
f1ea349
Compare
@jnsdls the unrelated changes are removed by kien now - can you remove change request? |
Merge activity
|
…5055) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR refactors the `prepareEmailBody` function to accept a single `props` object instead of multiple parameters. It also updates the function to include `name` and `walletAddress`, while modifying the email body to reflect these changes. ### Detailed summary - Changed `prepareEmailBody` to accept a single `props` object. - Added `name` and `walletAddress` to the `props` object. - Updated the email body to include `# Name: ${name}` and `# Wallet address: ${walletAddress}`. - Modified the call to `prepareEmailBody` to pass a structured object instead of separate arguments. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
f1ea349
to
e67a300
Compare
Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR refactors the
prepareEmailBody
function to use a singleprops
object for parameters, enhancing readability and maintainability. It also updates the parameters to includename
andwalletAddress
, while modifying how the markdown content is generated.Detailed summary
prepareEmailBody
function to accept a singleprops
object.name
andwalletAddress
.props
for better clarity.name
andwalletAddress
instead ofaddress
.prepareEmailBody
to match the new structure.