-
Notifications
You must be signed in to change notification settings - Fork 544
use resolved ENS name if available #5734
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5734 +/- ##
=======================================
Coverage 52.89% 52.89%
=======================================
Files 1099 1099
Lines 59010 59010
Branches 4791 4791
=======================================
Hits 31211 31211
Misses 27083 27083
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
9ccc3ea
to
80b54a9
Compare
fixes: DASH-572
PR-Codex overview
This PR focuses on enhancing the
ProfileUI
andProfileHeader
components by adding theensName
property, improving how the ENS name is displayed. It also updates thedev
script inpackage.json
to use the Turbo feature and modifies a comment innext-env.d.ts
.Detailed summary
page.tsx
,ensName
is now set usingreplaceDeployerAddress
.ProfileHeader
component now acceptsensName
as a prop.ProfileHeader
, the ENS name is conditionally displayed if available.dev
script inpackage.json
has been updated to use--turbo
.next-env.d.ts
for clarity on TypeScript configuration.