-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add root components directory #736
Conversation
Components | ||
========== | ||
|
||
This directory includes a library of generic React components to be used for creating common UI elements shared between screens and features of the WordPress dashboard. |
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.
I love this. Shared UI components inside WordPress. This makes me think we should showcase those.
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.
I think there's a style regression in the inserter buttons. They look bigger (more padding maybe).
Otherwise, this is great.
Good catch @youknowriad . Looks like this was just a typo, fixed in 6f0f79d. |
6f0f79d
to
2c168f5
Compare
Previously: #716
This pull request expands upon the restructuring outlined in #716, creating a new common root
components
directory containing components which have shown to be generic between blocks- and editor-specific components.Testing instructions:
Ensure the build completes, tests pass, and editor initializes and appears without regressions. Specifically observe that there are no regressions in displayed buttons, icon buttons, icons, and toolbar components.