-
Notifications
You must be signed in to change notification settings - Fork 619
Move /accounts contract page in app router folder (no code change) #5044
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
Move /accounts contract page in app router folder (no code change) #5044
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5044 +/- ##
=======================================
Coverage 45.30% 45.30%
=======================================
Files 1059 1059
Lines 54714 54714
Branches 3953 3953
=======================================
Hits 24787 24787
Misses 29236 29236
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
396db14 to
cee0a0c
Compare
7ba8e19 to
257f10b
Compare
cee0a0c to
eaf303b
Compare
Merge activity
|
…5044) ## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring the structure of account-related components in the dashboard, improving import paths for better clarity and maintainability. ### Detailed summary - Updated the import path for `AccountsPage` in `apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/accounts/page.tsx`. - Removed an unnecessary import of `useChainSlug` in `accounts-table.tsx` and replaced it with a direct import. - Added `useChainSlug` import in `accounts-table.tsx` from a new path. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
257f10b to
0159983
Compare

Problem solved
Short description of the bug fixed or feature added
PR-Codex overview
This PR focuses on refactoring the import statements and updating the structure of the
AccountsPageand related components to improve organization and maintainability.Detailed summary
AccountsPageinapps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/accounts/page.tsx.useChainSluginaccounts-table.tsxand replaced it with a direct import.useChainSluginapps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/accounts/components/accounts-table.tsx.