-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Add Tags to product editor #39966
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
Add Tags to product editor #39966
Conversation
Test Results SummaryCommit SHA: 9f3448b
To view the full API test report, click here. To view the full E2E test report, click here. To view all test reports, visit the WooCommerce Test Reports Dashboard. |
Hi @mdperez86, Apart from reviewing the code changes, please make sure to review the testing instructions as well. You can follow this guide to find out what good testing instructions should look like: |
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.
@octaedro Big job here! I left some comments.
packages/js/product-editor/src/components/tags-field/tag-field.tsx
Outdated
Show resolved
Hide resolved
packages/js/product-editor/src/components/tags-field/use-tag-search.ts
Outdated
Show resolved
Hide resolved
packages/js/product-editor/src/components/tags-field/use-tag-search.ts
Outdated
Show resolved
Hide resolved
packages/js/product-editor/src/components/tags-field/use-tag-search.ts
Outdated
Show resolved
Hide resolved
packages/js/product-editor/src/components/tags-field/use-tag-search.ts
Outdated
Show resolved
Hide resolved
packages/js/product-editor/src/components/tags-field/tag-field.tsx
Outdated
Show resolved
Hide resolved
packages/js/product-editor/src/components/tags-field/tag-field.tsx
Outdated
Show resolved
Hide resolved
packages/js/components/src/experimental-select-tree-control/select-tree.tsx
Outdated
Show resolved
Hide resolved
packages/js/components/src/experimental-select-tree-control/select-tree.tsx
Outdated
Show resolved
Hide resolved
# Conflicts: # packages/js/product-editor/src/style.scss
51d9c2a
to
0ea2f31
Compare
Thank you @mdperez86 for reviewing this PR. |
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.
Great job here @octaedro LGTM!!!
Labeling this for internal testing and high impact because of the great number of changes contained in the PR. |
Submission Review Guidelines:
Changes proposed in this Pull Request:
This PR introduces
Tags
handling to the blocks editor, enhancing the user's experience while handling products. Users can now create, add, remove, and search for existing tags. This process mirrors the way we currently manageCategories
.Closes #39126.
How to test the changes in this Pull Request:
Using the WooCommerce Testing Instructions Guide, include your detailed testing instructions:
Organization
and select the Tags dropdown menu.Create new
and add the name of a new tag.Create [tag name that you typed]
.// cc @jarekmorawski I've mirrored the
Categories
selector behavior. Could you check whether the tags selector looks and functions as expected?Changelog entry
Significance
Type
Message
Comment