woocommerce/plugins/woocommerce-admin/client
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
..
activity-panel fix: handle mobile app wrong user connection for mobile app modal (#34653) 2022-09-15 12:10:05 +08:00
analytics Fix "Orders" Plurality (#34491) 2022-08-26 14:34:40 -07:00
customer-effort-score-tracks Fix Customer Effort Score Tracks (#34209) 2022-08-05 15:40:01 -03:00
dashboard Exclude asterisk from Country / Region translation string (#34368) 2022-08-18 12:17:13 +08:00
embedded-body-layout dev: move guided tours into consolidated folder (#34279) 2022-08-12 09:49:18 +08:00
guided-tours Fix enable guided mode button not trigger when its text is translated (#34843) 2022-09-27 16:12:01 +08:00
header Add/33 two column product page layout (#34113) 2022-08-04 10:15:30 -03:00
homescreen Added tracks for mobile welcome modal (#34670) 2022-09-15 16:26:43 +08:00
hooks Fix JS lint errors (#33484) 2022-06-21 16:37:34 +08:00
inbox-panel Fix JS lint errors (#33484) 2022-06-21 16:37:34 +08:00
layout Feature integration: UI Revamp on Marketing Page (#34642) 2022-09-14 15:43:30 +08:00
lib Update linting, testing, `@types/*` dependencies (https://github.com/woocommerce/woocommerce-admin/pull/8475) 2022-03-18 19:45:14 +08:00
marketing Add tests for UI Revamp on Marketing page (#34840) 2022-09-27 22:25:48 +08:00
mobile-banner Fix JS lint errors (#33484) 2022-06-21 16:37:34 +08:00
navigation Set up i18n-text-domain rule and fix missing text domain (#33780) 2022-07-08 18:37:30 +08:00
payments Deploy payments banner in settings page (#34326) 2022-08-17 11:33:24 +08:00
payments-welcome Change copy of the payments welcome modal (#35031) 2022-10-12 16:18:13 +03:00
products Images Product management MVP 1.0 (#34769) 2022-10-12 15:16:22 -03:00
profile-wizard Fix onboarding wizard popover padding (#34896) 2022-10-03 16:34:20 +08:00
settings Add settings client pages and plumbing (https://github.com/woocommerce/woocommerce-admin/pull/6092) 2021-02-12 14:32:42 -05:00
settings-recommendations Fix JS lint errors (#33484) 2022-06-21 16:37:34 +08:00
shipping Fix "1 of 2 steps" is shown for the first step in a 3 step tour (#34413) 2022-08-29 17:25:24 +08:00
store-management-links Codemod to change i18n text domain from 'woocommerce-admin' to 'woocommerce' in WCA Client 2022-04-01 11:41:32 +08:00
stylesheets Reintroduce JITMs in the WC Admin. (#34383) 2022-09-14 13:05:54 -03:00
task-lists Add a header for the "Add store details" task in woocommerce admin (#34712) 2022-09-26 15:19:47 +03:00
tasks Deploy spotlight product tour (#34859) 2022-10-03 16:34:49 +08:00
two-column-tasks Add a header for the "Add store details" task in woocommerce admin (#34712) 2022-09-26 15:19:47 +03:00
typings Add: mobile app welcome modal and magic link (#34637) 2022-09-15 11:58:47 +08:00
utils Update plugins installer component to TS, Fix TS bugs and Syncpack TypeScript (#34787) 2022-09-30 10:59:07 +13:00
wp-admin-scripts dev: move guided tours into consolidated folder (#34279) 2022-08-12 09:49:18 +08:00
index.js Fix Uncaught DOMException on WooCommerce -> Extensions page. (#33711) 2022-07-04 12:41:32 +08:00
jest.config.js Prefixed Private JS Packages (#33218) 2022-05-31 15:42:00 -07:00
tsconfig.test.json Update admin tsconfig to isolated from other projects 2022-04-15 13:50:18 +08:00