-
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
Move post/page title to top toolbar #46135
Closed
artemiomorales
wants to merge
8
commits into
WordPress:trunk
from
artemiomorales:update/move-post-title-to-top-bar
Closed
Move post/page title to top toolbar #46135
artemiomorales
wants to merge
8
commits into
WordPress:trunk
from
artemiomorales:update/move-post-title-to-top-bar
Commits on Dec 6, 2022
-
Move post/page title to top bar
The title's position in the editor can be inaccurate depending on how themes are styled; to more accurately represent how a post will look when published, this commit moves the title from the editor body to the top toolbar. This mirrors the treatment for the toolbar in Full Site Editing. For reference, see edit-site/ header-edit-mode/document-actions.
Configuration menu - View commit details
-
Copy full SHA for 9b56f36 - Browse repository at this point
Copy the full SHA 9b56f36View commit details -
Prevent erroneous display of aria-label
When 'Show button text labels' is enabled in the Gutenberg preferences, it causes the aria-label to display beside the dropdown button unnecessarily. This commit adds a style to prevent the aria-label from appearing.
Configuration menu - View commit details
-
Copy full SHA for cbd4d91 - Browse repository at this point
Copy the full SHA cbd4d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f31274 - Browse repository at this point
Copy the full SHA 6f31274View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e47c77 - Browse repository at this point
Copy the full SHA 7e47c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for d16216d - Browse repository at this point
Copy the full SHA d16216dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cd9e5c - Browse repository at this point
Copy the full SHA 6cd9e5cView commit details -
Fix wrapping bug and widen title input
Revised styles so that items in the header don't wrap, allowing the left and center parts of the toolbar to shrink as needed. We also now hide the undo, redo, mode switcher, and Inspector buttons at resolutions below the medium breakpoint. Also, I made it so more characters are visible in the title, and added ellipsis when the title overflows.
Configuration menu - View commit details
-
Copy full SHA for 8dcc497 - Browse repository at this point
Copy the full SHA 8dcc497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42cd7a1 - Browse repository at this point
Copy the full SHA 42cd7a1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.