-
Notifications
You must be signed in to change notification settings - Fork 192
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
Feature: Add a starter for new or empty sections #7009
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.
Looks good
src/FormBuilder/resources/js/form-builder/src/blocks/section/EmptyBlockInserter.tsx
Outdated
Show resolved
Hide resolved
src/FormBuilder/resources/js/form-builder/src/blocks/section/EmptyBlockInserter.tsx
Outdated
Show resolved
Hide resolved
src/FormBuilder/resources/js/form-builder/src/blocks/section/EmptyBlockInserter.tsx
Outdated
Show resolved
Hide resolved
src/FormBuilder/resources/js/form-builder/src/blocks/section/EmptyBlockInserter.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Kyle B. Johnson <kjohnson@users.noreply.github.com>
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.
So much cleaner.
Building for QA, see https://github.com/impress-org/givewp/actions/runs/6458891729. |
Oh, sweet! Thank you! 🙌 |
@JasonTheAdams it looks like the |
@kjohnson Hmm, that's possible. I may not have had the latest version of |
@pauloiankoski @kjohnson I believe I resolved the issues. Testing a zip generation now. |
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.
Everything appears to be working properly now, specifically related to the build.
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.
Passed manual QA tests
Description
This PR resolves two problems:
This adds a clickable area that the user can also drag blocks into. Check it the video below!
Affects
Sections that have no child blocks
Visuals
https://www.loom.com/share/712bb84378544f35ad5f81e01d97a77a?sid=04c3f4fa-eff8-4401-9785-719e8088e9a1
Pre-review Checklist