-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Add published contracts page in teams, account and project layouts #5659
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
[Dashboard] Add published contracts page in teams, account and project layouts #5659
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
9bf2dc9 to
9bede6d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5659 +/- ##
=======================================
Coverage 50.72% 50.72%
=======================================
Files 1092 1092
Lines 57213 57213
Branches 4630 4630
=======================================
Hits 29019 29019
Misses 27478 27478
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
9bede6d to
21a3a9d
Compare
21a3a9d to
8c9bee9
Compare
size-limit report 📦
|
Merge activity
|
…t layouts (#5659) DASH-471 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring components related to contracts in the dashboard, enhancing the layout with `SidebarLayout`, and improving the user interface for contract management with better structure and loading states. ### Detailed summary - Updated `layout.tsx` to use `SidebarLayout` for contracts. - Simplified return statements in `DeployedContractsPage` components. - Changed class names for better styling consistency. - Added authentication checks in published contract pages. - Created `PublishedContractsPage` to display published contracts with loading states. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
8c9bee9 to
a41e423
Compare

DASH-471
PR-Codex overview
This PR focuses on refactoring the
DeployedContractsPageand related components, improving layout structure, and enhancing the user interface for contract management across various account and team pages.Detailed summary
classNameprop fromDeployedContractsPage.SidebarLayoutincontracts/layout.tsx.Pagecomponents.PublishedContractsPagewith loading states and links.