-
Notifications
You must be signed in to change notification settings - Fork 619
feat(dashboard): add default account factories table #5308
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
feat(dashboard): add default account factories table #5308
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 @joaquim-verges 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 #5308 +/- ##
=======================================
Coverage 45.59% 45.59%
=======================================
Files 1069 1069
Lines 55584 55584
Branches 4045 4045
=======================================
Hits 25342 25342
Misses 29552 29552
Partials 690 690
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
## Problem solved Fixes CNCT-2225  <!-- start pr-codex --> --- ## PR-Codex overview This PR enhances the `AccountFactories` component by introducing a section for default account factories and a table to display them. It improves user guidance on deploying custom factories and organizes the layout for better clarity. ### Detailed summary - Added a section for default account factories with a description and link. - Introduced `TWTable` to display default account factories (`AccountFactory (v0.6)` and `AccountFactory (v0.7)`). - Created a new section for user account factories with relevant information and a link. - Defined `DefaultFactory` type and created table columns using `createColumnHelper`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
93f0132 to
180d563
Compare

Problem solved
Fixes CNCT-2225
PR-Codex overview
This PR introduces a new section in the
AccountFactoriescomponent to display default account factories and enhance user interaction with account factory contracts.Detailed summary
TWTablecomponent to display two default account factories (DEFAULT_ACCOUNT_FACTORY_V0_6andDEFAULT_ACCOUNT_FACTORY_V0_7).DefaultFactorytype and created columns for theTWTable:CopyAddressButton)