-
Notifications
You must be signed in to change notification settings - Fork 619
Migrate profile page to tailwind and Move to app router and use RSCs #5364
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
Migrate profile page to tailwind and Move to app router and use RSCs #5364
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. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5364 +/- ##
=======================================
Coverage 45.70% 45.70%
=======================================
Files 1070 1070
Lines 55671 55671
Branches 4081 4081
=======================================
Hits 25446 25446
Misses 29536 29536
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
6d8066c to
53432ad
Compare
Merge activity
|
53432ad to
8b13b9a
Compare
8b13b9a to
695cdc3
Compare
…5364) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on updating the profile management features within the application. It introduces new functionalities for resolving addresses and fetching published contracts while enhancing the user interface for profile editing. ### Detailed summary - Removed unused files from the project. - Updated `replaceDeployerAddress` to include a specific address replacement. - Changed `PlaygroundMenu` to use `useDashboardRouter`. - Enhanced `getSortedDeployedContracts` to handle mainnet filtering. - Made `mapThirdwebPublisher` an exportable function. - Added `resolveAddressAndEns` for address resolution. - Introduced `PublishedContracts` component to display published contracts. - Modified `DeployedContracts` to simplify contract listing logic. - Updated `ProfileUI` to fetch and display publisher profiles. - Enhanced `EditProfile` component for better profile editing experience. - Improved `PublisherSocials` to streamline social media links. - Added loading states and error handling in various components. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
695cdc3 to
07af647
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on refactoring and enhancing the profile management features in the dashboard application. It includes improvements to contract handling, profile editing, and UI components, as well as the addition of new functions for address resolution and contract fetching.
Detailed summary
replaceDeployerAddressfunction to replace specific addresses.useRoutertouseDashboardRouterinPlaygroundMenu.onlyMainnetparameter togetSortedDeployedContracts.mapThirdwebPublisherfunction exportable.resolveAddressAndEnsfor ENS resolution.PublishedContractscomponent for displaying contracts.DeployedContractsto removeisPendingprop.ContractTableby removing loading indicators.ProfileUIcomponent to manage profile display and editing.PublisherSocialscomponent to handle social links.EditProfileto use new form handling methods.