woocommerce/plugins/woocommerce-admin/client/products
louwie17 c55c91d7e0
Add category field dropdown field (#34400)
* Add initial category field component with new typeahead

Move search logic to useCategorySearch hook

Add initial add new category logic

Add parent category field to add new category modal

Adding some debug changes

Update category control to make use of internal selectItem function of select control

Add changelogs

Update pagesize back to 100

Add placeholder

Empty placeholder

Fix input and icon sizes

Fix input underline

Add max height and scroll to category dropdown

Add sorting of category items

Auto open parents when traversing up the tree using arrow keys

Add several comments

Add some initial unit tests for the category field component

Add tests for useCategorySearch hook and fixed minor bug

Update styling and autoselect parent if child is selected

Fix styling issues for the select control dropdown inside a modal

Fix issue with creating new category with parent

Add function comment and fixed border styling

Prune out create new category logic

Fix minor css issue with border

Revert some of the select control changes and make use of the custom type

Fix up some styling changes

* Fix type conflict

* Revert change in state reducer

* Add cursor pointer

* Fix styling errors

* Fix broken category tests

* Fix merge conflict
2022-10-14 09:05:39 -03:00
..
fields Add category field dropdown field (#34400) 2022-10-14 09:05:39 -03:00
images Images Product management MVP 1.0 (#34769) 2022-10-12 15:16:22 -03:00
layout Add product page inventory quantity management (#34984) 2022-10-12 14:30:02 -07:00
sections Add category field dropdown field (#34400) 2022-10-14 09:05:39 -03:00
shared Add new shipping class modal to a shipping class section in product page (#34937) 2022-10-11 12:00:35 -03:00
test Disable action buttons when product form is invalid (#34658) 2022-09-22 17:47:44 -03:00
add-product-page.tsx Add product page inventory quantity management (#34984) 2022-10-12 14:30:02 -07:00
constants.js Add Pricing section (#34382) 2022-08-30 10:26:24 -03:00
edit-product-page.tsx Add product management SKU (#34978) 2022-10-12 13:11:05 -07:00
index.ts Add/42 new product page (#34115) 2022-08-03 14:42:22 -03:00
product-form-actions.scss Add product form buttons and specific product edit page (#34211) 2022-08-11 11:04:14 -03:00
product-form-actions.tsx Disable action buttons when product form is invalid (#34658) 2022-09-22 17:47:44 -03:00
product-page.scss Add product page inventory quantity management (#34984) 2022-10-12 14:30:02 -07:00
product-validation.ts Add product page inventory quantity management (#34984) 2022-10-12 14:30:02 -07:00
use-product-helper.ts Load size units to show them as a suffix of shipping dimensions fields (#34856) 2022-09-29 14:54:04 -03:00