Skip to content
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

feat(core): add wishlist details #1405

Open
wants to merge 2 commits into
base: wishlist
Choose a base branch
from
Open

Conversation

yurytut1993
Copy link
Contributor

@yurytut1993 yurytut1993 commented Sep 27, 2024

What/Why?

This pr adds Wishlist Details Page to Account Wishlist and fix minor translation issues for Wishlist Book

Testing

Locally

Copy link

vercel bot commented Sep 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
catalyst-latest ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 9:39am
6 Skipped Deployments
Name Status Preview Comments Updated (UTC)
catalyst ⬜️ Ignored (Inspect) Oct 4, 2024 9:39am
catalyst-1millionproducts-store ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2024 9:39am
catalyst-au ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2024 9:39am
catalyst-test-store ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2024 9:39am
catalyst-uk ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2024 9:39am
catalyst-unstable ⬜️ Ignored (Inspect) Visit Preview Oct 4, 2024 9:39am

Copy link

changeset-bot bot commented Sep 27, 2024

🦋 Changeset detected

Latest commit: 287d75b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@bigcommerce/catalyst-core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@yurytut1993 yurytut1993 force-pushed the wishlist-details branch 2 times, most recently from 085f565 to 3a393e3 Compare September 30, 2024 14:20
Comment on lines +52 to +60
const timer = setTimeout(() => {
toast.dismiss(toastId);

onWishlistItemDeleted(itemEntityId);

void deleteWishlistItem({
input: { entityId, itemEntityIds: [itemEntityId] },
});
}, 5000);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is workaround for current react-hot-toast library we use. In future we may change it to react-toastify that has useful onClose callback needed to pass deleteWishlistItem mutation in

Copy link
Contributor

github-actions bot commented Oct 4, 2024

⚡️🏠 Lighthouse report

Lighthouse ran against https://catalyst-latest-pwsh1330w-bigcommerce-platform.vercel.app

🖥️ Desktop

We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:

Category Score
🟠 Performance 88
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 82

📱 Mobile

We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:

Category Score
🟠 Performance 83
🟢 Accessibility 100
🟢 Best practices 96
🟠 SEO 85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants