woocommerce/plugins/woocommerce-admin/client/products
Fernando Marichal 98162b9d42
Images Product management MVP 1.0 (#34769)
* Add image section

# Conflicts:
#	plugins/woocommerce-admin/client/products/add-product-page.tsx

* Add `keepSpaceWhenDragging` to sortable

# Conflicts:
#	packages/js/components/src/sortable/sortable-item.tsx
#	packages/js/components/src/sortable/sortable.tsx

# Conflicts:
#	packages/js/components/src/sortable/sortable.tsx

* Export ImageGalleryItem

* Add props to `image-gallery`

# Conflicts:
#	packages/js/components/src/image-gallery/image-gallery-item.tsx
#	packages/js/components/src/image-gallery/image-gallery.tsx

* Changed `media-uploader` label

* Add changelogs

* Fix image-gallery and sortable components

# Conflicts:
#	packages/js/components/src/sortable/sortable-item.tsx
#	packages/js/components/src/sortable/sortable.tsx

# Conflicts:
#	packages/js/components/src/image-gallery/image-gallery.tsx
#	packages/js/components/src/sortable/sortable.tsx

* Set gallery min-height

* Add onOrderChange

* Show images section edit-product

# Conflicts:
#	plugins/woocommerce-admin/client/products/edit-product-page.tsx

# Conflicts:
#	plugins/woocommerce-admin/client/products/edit-product-page.tsx

# Conflicts:
#	plugins/woocommerce-admin/client/products/edit-product-page.tsx

* Fix styles

* Fix styles

* Fix image alt

* Fix TS any

* Add prop `onDragOver`

# Conflicts:
#	packages/js/components/src/image-gallery/image-gallery.tsx

* Fix styles

* Fix padding

* Fix image area min-height

* Fix subtitle copy

* Fix image margin

* Change `draggedImageId`

* Fix `setDraggedImageId` reset

* Rename `isRemoveZoneVisible`

* Add `CardBody` and remove redundant `setValue`

* Fix card styles

* Remove `getUniqueImages`

* Use url as a key when there is no image id

* Fix `orderedImages`

* Add hover to gallery images

* Fix gallery arrows and set cover problems

* Altering blur handler to prevent toolbar closure on media modal

* Fix toolbar drag and drop

* Add replace fn

* Restoring modal class for blur function

* Fix storybook

* Ensuring onBlur doesn't happen while dragging, resolving issue in Firefox

* Adding expected event object to drag callbacks

* Fix image size

* Fix lint

* Another fix lint

* Update plugins/woocommerce-admin/client/products/sections/images-section.tsx

Co-authored-by: Joshua T Flowers <joshuatf@gmail.com>

* Fix `draggedImageId` default value

* Fix toolbar icon style

* Rename consts

* Update pnpm-lock.yaml

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
Co-authored-by: Joel <dygerati@gmail.com>
Co-authored-by: Joshua T Flowers <joshuatf@gmail.com>
2022-10-12 15:16:22 -03:00
..
fields Add/34333 attribute list (#34841) 2022-10-05 13:04:20 -03:00
images Images Product management MVP 1.0 (#34769) 2022-10-12 15:16:22 -03:00
layout Add/34333 attribute list (#34841) 2022-10-05 13:04:20 -03:00
sections Images Product management MVP 1.0 (#34769) 2022-10-12 15:16:22 -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 Images Product management MVP 1.0 (#34769) 2022-10-12 15:16:22 -03:00
constants.js Add Pricing section (#34382) 2022-08-30 10:26:24 -03:00
edit-product-page.tsx Images Product management MVP 1.0 (#34769) 2022-10-12 15:16:22 -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 Disable action buttons when product form is invalid (#34658) 2022-09-22 17:47:44 -03:00
product-page.scss Price section - Small refactor and style fix (#34558) 2022-09-15 10:56:33 -03:00
product-validation.ts Load size units to show them as a suffix of shipping dimensions fields (#34856) 2022-09-29 14:54:04 -03: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