-
Notifications
You must be signed in to change notification settings - Fork 619
[TOOL-3366] Dashboard: Contract Deployment UI improvements, Reduce Chakra Usage #6211
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 ↗︎
|
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
size-limit report 📦
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6211 +/- ##
=======================================
Coverage 56.72% 56.72%
=======================================
Files 1161 1161
Lines 64289 64289
Branches 5196 5196
=======================================
Hits 36468 36468
Misses 27095 27095
Partials 726 726
*This pull request uses carry forward flags. Click here to find out more. |
Merge activity
|
…akra Usage (#6211) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on refining the UI components and improving the overall structure of the contract deployment forms. It introduces new styles, modifies existing components, and enhances accessibility. ### Detailed summary - Updated `ThemeProvider` to enable color scheme. - Changed class names for various components to improve styling. - Simplified props for `SolidityInput` components. - Replaced `FormControl` with `FormFieldSetup` for better structure. - Enhanced accessibility by modifying error messages and labels. - Streamlined imports and removed unnecessary components. - Improved the layout and styling of various fieldsets and buttons. - Added new utility functions for better handling of form states. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
8f10ef6 to
13a5fcd
Compare
…akra Usage (#6211) <!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on refining the UI components and improving the overall structure of the contract deployment forms. It introduces new styles, modifies existing components, and enhances accessibility. ### Detailed summary - Updated `ThemeProvider` to enable color scheme. - Changed class names for various components to improve styling. - Simplified props for `SolidityInput` components. - Replaced `FormControl` with `FormFieldSetup` for better structure. - Enhanced accessibility by modifying error messages and labels. - Streamlined imports and removed unnecessary components. - Improved the layout and styling of various fieldsets and buttons. - Added new utility functions for better handling of form states. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

PR-Codex overview
This PR focuses on refactoring various components in the dashboard application to improve consistency, styling, and functionality. It also enhances form handling and updates UI elements for better user experience.
Detailed summary
ThemeProviderto includeenableColorScheme.SelectTriggerbackground class.SolidityInputcomponents to streamline props.isDisabledwithdisabled.FormControlwithFormFieldSetupin multiple locations for consistency.