-
Notifications
You must be signed in to change notification settings - Fork 619
remove a bunch of <Flex> #5646
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
remove a bunch of <Flex> #5646
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. |
...p/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/[tokenId]/components/airdrop-tab.tsx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5646 +/- ##
=======================================
Coverage 47.86% 47.86%
=======================================
Files 1088 1088
Lines 56667 56667
Branches 4314 4314
=======================================
Hits 27122 27122
Misses 28847 28847
Partials 698 698
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
...[team_slug]/(team)/~/engine/(instance)/[engineId]/metrics/components/EngineSystemMetrics.tsx
Outdated
Show resolved
Hide resolved
...p/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/[tokenId]/components/airdrop-tab.tsx
Outdated
Show resolved
Hide resolved
9b4f195 to
8d0e7ac
Compare
73be5f7 to
4e2dc1d
Compare
606b312 to
f29deaa
Compare
f29deaa to
9137cff
Compare
7691a16 to
e92d960
Compare
9137cff to
4ae376c
Compare
Merge activity
|
closes: DASH-557 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on refactoring the layout of various components in the application from using `Flex` elements to using `div` elements with Tailwind CSS classes for styling, improving consistency and readability. ### Detailed summary - Changed `Flex` components to `div` with Tailwind CSS classes in `nft-property.tsx`. - Updated layout in `external-links-fieldset.tsx` to use `fieldset` and `div`. - Modified `engine-wallet-config.tsx` to replace `Flex` with `div`. - Refactored `engine-relayer.tsx` to use `div` instead of `Flex`. - Updated `ContractTokensPage.tsx` to use `div` for layout. - Changed `ContractExplorerPage.tsx` layout from `Flex` to `div`. - Refactored `proposal.tsx` to replace `Flex` with `div`. - Updated `EngineSystemMetrics.tsx` to use `div` instead of `Flex`. - Changed layout in `airdrop-tab.tsx` to replace `Flex` with `div`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
4ae376c to
a9c30e9
Compare

closes: DASH-557
PR-Codex overview
This PR focuses on refactoring components in a React application to replace the usage of
Flexfrom@chakra-ui/reactwithdivelements styled using Tailwind CSS classes, enhancing consistency in styling.Detailed summary
<Flex>with<div>and applied Tailwind CSS classes in multiple components.classNamefor layout adjustments innft-property.tsx,external-links-fieldset.tsx,engine-wallet-config.tsx,engine-relayer.tsx,ContractTokensPage.tsx,ContractExplorerPage.tsx,proposal.tsx, and others.