Sainath Poojary
Sainath Poojary
This PR addresses the issue of inconsistent spacing between the table caption and the table in the Twenty Nineteen theme. The spacing differs between the editor and the frontend. -...
This PR addresses an issue where closing search modal (e.g., mobile menu or search) causes the page to briefly jump to the top and scroll back. The fix ensures smooth...
Before: https://github.com/user-attachments/assets/8e13ac77-db55-42f8-a803-ce7c5133adf3 After: https://github.com/user-attachments/assets/913a4ec1-4f12-40f4-805b-bc92bbd5e2ce Trac ticket: [#63110](https://core.trac.wordpress.org/ticket/63110) --- **This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull...
This PR introduces the pre_post_insert hook, allowing developers to modify or inspect post data before insertion, similar to pre_post_update. This enhances flexibility for use cases like duplicate content detection. Trac...
Closes: #70273 ## What? Refactored the Post Navigation Link Block to use ToolsPanel instead of PanelBody. ## Screenshots or screencast https://github.com/user-attachments/assets/1b7722fa-62ae-4311-b139-7799bf1dff37
## What? Part of: https://github.com/WordPress/gutenberg/issues/65778 ## Why? This PR enhances the editing experience of Navigation Link block in contentOnly mode ## Testing Instructions 1. Create a Group block 2. Insert...
Part of #67165 ## What? This PR adds Storybook stories for the URLInputButton component to improve component documentation and testability. ## Why? - To provide clear visual documentation for the...
Closes: #69127 ## What? This PR introduces a new direction prop for the DataFormLayout component, allowing developers to switch between vertical (VStack) and horizontal (HStack) stack layouts. ## Why? Previously,...