fix: Generate Button UX for title generation#433
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #433 +/- ##
==========================================
Coverage 68.36% 68.36%
Complexity 813 813
==========================================
Files 53 53
Lines 3945 3945
==========================================
Hits 2697 2697
Misses 1248 1248
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jeffpaul
left a comment
There was a problem hiding this comment.
Works well in my testing, thanks!

What?
Closes #385
Updates the Title Generation standalone button's loading state to match the standard loading pattern used elsewhere in the plugin (e.g. Excerpt Generation) adding the "Generating…" label and disabling the button while the request is in flight.
Why?
Match the Button UI with other functionalities.
How?
Generate>Generating…>Re-generate.Use of AI Tools
Testing Instructions
Re-generatebutton appears in the block toolbar.Screenshots or screencast
Changelog Entry