-
Notifications
You must be signed in to change notification settings - Fork 686
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial work to add CE wishlist functionality on pdp * Use 0 as wishlist id for CE * Adding configurableproduct via selected_options array * Fixing logic for temporary item added * migrate logic to wishlist talons with compatible extension * Added to favorites ux is favorable over a technically challenging remove from favorites ux Signed-off-by: sirugh <rugh@adobe.com> * bool name * EE workflow * Feedback Signed-off-by: sirugh <rugh@adobe.com> * styles Signed-off-by: sirugh <rugh@adobe.com> * fix gql warnings Signed-off-by: sirugh <rugh@adobe.com> * Add messages and some cleanup Signed-off-by: sirugh <rugh@adobe.com> * capitalization Signed-off-by: sirugh <rugh@adobe.com> * id for i18n Signed-off-by: sirugh <rugh@adobe.com> * Only close new list form when cancel is clicked Signed-off-by: sirugh <rugh@adobe.com> * Update icon styles for wishlist button Signed-off-by: sirugh <rugh@adobe.com> * Add underline to mimic link Signed-off-by: sirugh <rugh@adobe.com> * wrap button in suspense to lazy load Signed-off-by: sirugh <rugh@adobe.com> * Address feedback. Signed-off-by: sirugh <rugh@adobe.com> * id is required on customer Signed-off-by: sirugh <rugh@adobe.com> * Remove unnecessary fragment Signed-off-by: sirugh <rugh@adobe.com> * Rename to createWishlistForm Signed-off-by: sirugh <rugh@adobe.com> * Fix a bug for simple items where configurable_options was null * Minimal fixes to existing tests to get passing. Signed-off-by: sirugh <rugh@adobe.com> * Remove unused prop Signed-off-by: sirugh <rugh@adobe.com> * Test changes to pfd talon * Move and test wishlistLineItem * Test useWishlistButton.ce.js Signed-off-by: sirugh <rugh@adobe.com> * Test useWishlistButton.ee.js Signed-off-by: sirugh <rugh@adobe.com> * Test useCreateWishlistForm Signed-off-by: sirugh <rugh@adobe.com> * test useWishlistDialog Signed-off-by: sirugh <rugh@adobe.com> * Test productFullDetail Signed-off-by: sirugh <rugh@adobe.com> * Test wishlistButton.ce Signed-off-by: sirugh <rugh@adobe.com> * Test wishlistButton.ee Signed-off-by: sirugh <rugh@adobe.com> * Test CreateWishlistForm Signed-off-by: sirugh <rugh@adobe.com> * Test WishlistDialog Signed-off-by: sirugh <rugh@adobe.com> * Add enclosing root div to button components and pack content around center. Signed-off-by: sirugh <rugh@adobe.com> * fix snaps Signed-off-by: sirugh <rugh@adobe.com> * Use a single child of button to contain items Signed-off-by: sirugh <rugh@adobe.com> Co-authored-by: Devagouda <40405790+dpatil-magento@users.noreply.github.com>
- Loading branch information
1 parent
9927070
commit 94696d3
Showing
42 changed files
with
3,086 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ export const ProductDetailsFragment = gql` | |
id | ||
label | ||
values { | ||
uid | ||
default_label | ||
label | ||
store_label | ||
|
Oops, something went wrong.