schon/storefront
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
..
app feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
i18n feat(storefront): add wishlist and guest cart support with cookie persistence 2026-02-28 17:39:17 +03:00
public 2026.1 2026-02-27 21:59:51 +03:00
types 2026.1 2026-02-27 21:59:51 +03:00
.gitignore 2026.1 2026-02-27 21:59:51 +03:00
app.config.d.ts 2026.1 2026-02-27 21:59:51 +03:00
biome.json 2026.1 2026-02-27 21:59:51 +03:00
nuxt-app.d.ts 2026.1 2026-02-27 21:59:51 +03:00
nuxt.config.ts 2026.1 2026-02-27 21:59:51 +03:00
package-lock.json 2026.1 2026-02-27 21:59:51 +03:00
package.json 2026.1 2026-02-27 21:59:51 +03:00
tsconfig.json 2026.1 2026-02-27 21:59:51 +03:00