-
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
adds new edit flow to the video block #15516
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.
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 left some minor comments. The code seems ready after the minor changes are addressed 👍
e932929
to
147513f
Compare
@jorgefilipecosta I have updated the code as per review and also rebased. Let me know if I understood your comments properly :) |
I'm not sure if this is solely related to the Video block because I haven't tested it with others yet, but there's a bug when transforming the Video block to a Media+Text block and then back again to a VIdeo block. The Expected behavior: Icons in the toolbar should remain in the same position for each block. |
@mapk see this comment on the same issue on the embed block. I will treat it in a separate issue. |
Related to the "swapping" icon: #16048 |
#11952 changed direction so closing this as it became irrelevant. |
Description
Closes #14795
This is a follow up to the image block edit flow update which ports the new flow to all the blocks which have media with an edit state.
How has this been tested?
For now I've only tested locally.
Types of change
New feature (non-breaking change which adds functionality)
Screenshots