-
Notifications
You must be signed in to change notification settings - Fork 619
[Dashboard] Remove chakra: BatchUpload drawer + other minor changes #5259
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
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. |
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5259 +/- ##
=======================================
Coverage 45.36% 45.36%
=======================================
Files 1067 1067
Lines 55449 55449
Branches 3989 3989
=======================================
Hits 25157 25157
Misses 29601 29601
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more. |
6fe0f24 to
b031c36
Compare
b031c36 to
bec6e9d
Compare
bec6e9d to
0e78d34
Compare
Merge activity
|
…5259) Made the BatchUpload drawer more clean looking basically <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on improving the `ClaimConditions` and `BatchLazyMint` components in the dashboard by refining input handling, restructuring layouts, and enhancing user interaction through better feedback and state management. ### Detailed summary - Changed `isDisabled` prop to `disabled` in `PhaseNameInput`. - Restructured layout in `ClaimConditions` for better spacing and organization. - Updated `BatchLazyMintButton` to use `Sheet` instead of `Drawer`. - Improved state management in `BatchLazyMintButton` for opening and closing the sheet. - Refactored `BatchLazyMint` to use a `<form>` instead of `<Container>`. - Simplified file upload instructions and requirements in `UploadStep`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
0e78d34 to
21d794c
Compare

Made the BatchUpload drawer more clean looking basically
PR-Codex overview
This PR focuses on improving the UI components for the claim conditions form and batch lazy minting feature in a dashboard application. It includes updates to input handling, layout adjustments, and the introduction of a new sheet component for better user interaction.
Detailed summary
disabledprop inPhaseNameInputcomponent.ClaimConditionscomponent for better spacing.DrawerwithSheetinBatchLazyMintButtonfor enhanced UX.BatchLazyMintButton.BatchLazyMintcomponent.UploadStepcomponent.