woocommerce/plugins/woocommerce-admin/client/products
Fernando 4693e251f7
Add product name and checkboxes for Product details (#34214)
* Add product details

# Conflicts:
#	plugins/woocommerce-admin/client/products/sections/product-details-section.tsx

# Conflicts:
#	plugins/woocommerce-admin/client/products/sections/product-details-section.tsx

* Rename folder

* Fix help icon

* Fix form

* Removed useless `useState`

* Add `getCheckboxProps`

* Add params to getCheckboxProps

* Add recordEvent

* Rename event

* Add changelog

* Fix texts

* Remove Fragment

* Fix useState initial state

* Convert EnrichedLabel to TS

* Fix unknown value prop

* Rename event

* Move EnrichedLabel

* Fix js warning

* Add storybook

* Add readme

* Add components changelog

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
2022-08-12 10:47:54 -03:00
..
layout Add product form buttons and specific product edit page (#34211) 2022-08-11 11:04:14 -03:00
sections Add product name and checkboxes for Product details (#34214) 2022-08-12 10:47:54 -03:00
test Add product form buttons and specific product edit page (#34211) 2022-08-11 11:04:14 -03:00
add-product-page.tsx Add product form buttons and specific product edit page (#34211) 2022-08-11 11:04:14 -03:00
edit-product-page.tsx Add product form buttons and specific product edit page (#34211) 2022-08-11 11:04:14 -03: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 Add product form buttons and specific product edit page (#34211) 2022-08-11 11:04:14 -03:00
product-page.scss Add product name and checkboxes for Product details (#34214) 2022-08-12 10:47:54 -03:00
use-product-helper.ts Add product name and checkboxes for Product details (#34214) 2022-08-12 10:47:54 -03:00