-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wishlist template ts migration #120
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Permissions for calling Gadget from the extension are not correct
It could also be nice to have some error handling in the theme extension (but that can be done separately)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clicking on the icon or text in the theme extension wishlist does not work:
CleanShot.2024-11-22.at.09.37.30.mp4
shopify/wishlist-template/extensions/wishlists/src/components/NewWishlist.tsx
Outdated
Show resolved
Hide resolved
shopify/wishlist-template/extensions/wishlists/src/components/NewWishlist.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works pretty well now! No major issues when going through 🎩
One note: after noodling around in the customer accounts area and looking at Shopify's example (https://shopify.dev/docs/apps/build/customer-accounts/full-page-extensions/build-new-pages?extension=react) I think we need another extension that links to the wishlist page in the customer accounts portal? I don't think there is a way for me to get there without the CLI link right now?
Some other notes:
- we can remove the step in the template setup instructions about adding a new toml file
- buttons in storefront still don't work when clicking on icon or text
I wasn't able to fix the issues with the text and the icon. Would you be able to help me look into it? |
A console error is thrown when I click on the text or button. In |
I didn't know there was such thing as currentTarget. You learn something new every day. You would think that it would be documented and recommended by ChatGPT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎩 ✅
I think we probably want to add another mini extension to allow for wishlist navigation eventually, but don't worry about that now
No description provided.