-
Notifications
You must be signed in to change notification settings - Fork 567
Dashboard: migrate sponsorship policies from chakra to tailwind #7753
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: migrate sponsorship policies from chakra to tailwind #7753
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
cc511e1
to
159ca31
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7753 +/- ##
=======================================
Coverage 56.42% 56.42%
=======================================
Files 904 904
Lines 58665 58665
Branches 4135 4135
=======================================
Hits 33100 33100
Misses 25460 25460
Partials 105 105
🚀 New features to boost your workflow:
|
size-limit report 📦
|
Merge activity
|
0e19eca
to
8d2bc57
Compare
159ca31
to
4f77138
Compare
8d2bc57
to
e4c29d6
Compare
4f77138
to
0b191bc
Compare
<!-- ## 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 focuses on refactoring the `AccountAbstractionSettingsPage` component to improve its structure and replace Chakra UI components with custom UI components, enhancing maintainability and consistency. ### Detailed summary - Removed `ChakraProviderSetup` wrapper. - Replaced Chakra UI components with custom components (e.g., `Button`, `Form`, `Input`, `Textarea`, `Select`, `Switch`). - Introduced `DynamicHeight` for responsive form sections. - Updated form handling to use custom `FormField` component for better organization. - Enhanced the layout and styling of sponsorship policies and admin accounts sections. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
e4c29d6
to
6b9f29d
Compare
0b191bc
to
5c5b910
Compare
PR-Codex overview
This PR focuses on refactoring the
AccountAbstractionSettingsPage
component by replacing Chakra UI components with a custom UI library, enhancing the form structure, and improving the overall layout and functionality.Detailed summary
chakra/form
andchakra/button
.Button
,Form
,Input
, etc.DynamicHeight
for responsive design.