-
Notifications
You must be signed in to change notification settings - Fork 11
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
Cleanup #248
Conversation
Left some minor comments. Rest looks good...nice job! |
01f6bae
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.
Left a few comments, otherwise looks good
Will be added automatically if the image is imported from wp and has the alt tag added. Props @JerrySpecter. Co-authored-by: Karlo Biscan <JerrySpecter@users.noreply.github.com>
Fix the visibility toggle.
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.
Besides the search-bar-style
change, everything else seems fine
Hmmm, so I need to find a way to update the meta field for the alt when changed in the options 🤔 on my way! EDIT: Turns out that's how the core image is also behaving. Odd... I've opened up a bug, but maybe it's a feature, not a bug 👀 |
Alt description can be larger text, so it makes sense to have textarea.
ba316dd
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.
Also in the image-toolbar.js you once removing the image should we remove the alt as well?
I've done the cleanup inspection for the scripts part of the frontend libs.
There are lots of minor fixes. The easiest way to look at this PR is to go through the commits when reviewing to see what has been changed, and to understand the reason for the fixes.