-
Notifications
You must be signed in to change notification settings - Fork 538
Nk assets creation #6922
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
Nk assets creation #6922
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. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6922 +/- ##
==========================================
- Coverage 55.02% 54.59% -0.43%
==========================================
Files 898 903 +5
Lines 57352 57935 +583
Branches 3969 3970 +1
==========================================
+ Hits 31560 31632 +72
- Misses 25692 26202 +510
- Partials 100 101 +1
🚀 New features to boost your workflow:
|
This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs. |
PR-Codex overview
This PR focuses on enhancing the asset management features in the dashboard application, including the creation and import of tokens and NFTs, as well as improvements to the sidebar layout and step indicators for user navigation.
Detailed summary
Layout
component to render children.CoinsIcon
inProjectSidebarLayout
.RenderSidebarGroup
with unique keys for separators.ImportAssetPage
with multi-step form for asset import.AssetsPage
for asset management overview and creation.CreateNFTPage
for NFT collection creation with step indicators.CreateTokenPage
for ERC20 token deployment with advanced options.