-
Notifications
You must be signed in to change notification settings - Fork 474
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
feat: Integrate safe react components #1602
Conversation
Branch preview✅ Deploy successful! https://feat_integrate_safe_react_components--webcore.review-web-core.5afe.dev |
ESLint Summary View Full Report
Report generated by eslint-plus-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! For consistency sake, I would suggest keeping the lightPalette
name instead of renaming it.
You mean the |
Ah, sorry, you changed it 👍 |
yep i did it, is working i think |
scripts/css-vars.ts
Outdated
import spacings from '../src/styles/spacings.js' | ||
|
||
const { lightPalette: palette, darkPalette } = reactComponents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: can we change this to be lightPalette
as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed! thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I see, there is some |
@katspaugh the issue is fixed |
Verified |
What it solves
Resolves 5afe/safe-react-components#198
How this PR fixes it
We are removing the theme files, fonts and
EthHashInfo
andExplorerButton
components from the web-core project and migrating them to a shared library.This PR integrates the
safe-react-components
v2 implementing these changes