schon/storefront/app/composables
Alexandr SaVBaD Waltz c36135d78d feat(storefront): add wishlist and guest cart support with cookie persistence
Enhancements:
- Introduced `wishlist.vue` for displaying and managing the wishlist.
- Added guest cart and wishlist handling via cookies for unauthenticated users.
- Implemented synchronization logic for wishlist and cart (`useOrderSync` and `useWishlistSync`) upon user login.
- Updated `cart.vue` layout with a bulk 'add all to cart' button for wishlist items.
- Enhanced `post.vue` prop handling for improved type safety.

Fixes:
- Fixed breadcrumbs console log removal in `useBreadcrumbs.ts`.
- Corrected and unified translations in `en-gb.json` for cart and wishlist descriptions.
- Fixed stale routes in footer (`terms-and-condition` -> `terms-and-conditions`, etc.).

Extras:
- Refactored composables `useWishlistOverwrite` and `useOrderOverwrite` for cookie-based fallback.
- Applied code styling improvements, organized imports, and optimized API requests in Apollo plugin.
2026-02-28 17:39:17 +03:00
..
auth feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
brands 2026.1 2026-02-27 21:59:51 +03:00
breadcrumbs feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
categories 2026.1 2026-02-27 21:59:51 +03:00
company 2026.1 2026-02-27 21:59:51 +03:00
config 2026.1 2026-02-27 21:59:51 +03:00
contact 2026.1 2026-02-27 21:59:51 +03:00
date 2026.1 2026-02-27 21:59:51 +03:00
feedbacks 2026.1 2026-02-27 21:59:51 +03:00
languages 2026.1 2026-02-27 21:59:51 +03:00
notification 2026.1 2026-02-27 21:59:51 +03:00
orders feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
posts 2026.1 2026-02-27 21:59:51 +03:00
products 2026.1 2026-02-27 21:59:51 +03:00
promocodes 2026.1 2026-02-27 21:59:51 +03:00
rules 2026.1 2026-02-27 21:59:51 +03:00
scrollTo 2026.1 2026-02-27 21:59:51 +03:00
search 2026.1 2026-02-27 21:59:51 +03:00
seo 2026.1 2026-02-27 21:59:51 +03:00
store 2026.1 2026-02-27 21:59:51 +03:00
themes 2026.1 2026-02-27 21:59:51 +03:00
user feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
utils 2026.1 2026-02-27 21:59:51 +03:00
wishlist feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00