-
Notifications
You must be signed in to change notification settings - Fork 178
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
Partially implement the elements panel #266
Conversation
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, nice enhancement! Only a few minor comments.
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.
The reasoning behind putting element changes and media library changes into one ticket has confused me. Please break this up into two PRs and have ticket linked to those changes. Also when you create the PR for the media library, please add me as a reviewer.
Why whole PR is confusing, why rewrite the media upload button, it was working fine... |
See discussion at https://github.com/google/web-stories-wp/pull/266/files#r376721806 |
assets/src/edit-story/components/inspector/document/documentInspector.js
Outdated
Show resolved
Hide resolved
onSelect, | ||
onClose, | ||
type, | ||
export default function useMediaPicker({ |
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.
This is being refactored, you may want to look at this.
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.
Hey @spacedmonkey can you elaborate on this?
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.
Two minor nits, otherwise looks good.
The elements panel still seems to be in flux though, so I am expecting some changes here in the future.
assets/src/edit-story/components/canvas/multiSelectionMovable.js
Outdated
Show resolved
Hide resolved
Size Change: +927 B (0%) Total Size: 235 kB
|
This is a great first step towards the desired end state. Let's create new PRs for anything that isn't included here 👍 |
Partial for #29
Changes