schon/storefront/app
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
..
assets 2026.1 2026-02-27 21:59:51 +03:00
components feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
composables feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
constants feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
graphql 2026.1 2026-02-27 21:59:51 +03:00
middleware 2026.1 2026-02-27 21:59:51 +03:00
pages feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
plugins feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
stores 2026.1 2026-02-27 21:59:51 +03:00
utils 2026.1 2026-02-27 21:59:51 +03:00
app.config.ts 2026.1 2026-02-27 21:59:51 +03:00
app.vue 2026.1 2026-02-27 21:59:51 +03:00