schon/storefront
Alexandr SaVBaD Waltz fd8774b817 Features: 1) Add Pinia stores for language, company, and cart management; 2) Implement new i18n plugin with dynamic locale detection and improved setup; 3) Enhance routing logic with locale-aware redirects;
Fixes: 1) Replace usage of `vue-router` with `window.location.href` for redirects across multiple composables; 2) Ensure proper locale switching in authentication flows;

Extra: 1) Update `package-lock.json` with dependencies for Apollo, Vue I18n, and styling; 2) Remove unused `i18n.config.js` to streamline i18n setup; 3) General composables refactoring to improve code maintainability;
2025-06-01 16:52:36 +03:00
..
public Features: 1) Add package-lock.json for dependency management with initial packages including Astro and Vue; 2025-05-31 18:17:58 +03:00
src Features: 1) Add Pinia stores for language, company, and cart management; 2) Implement new i18n plugin with dynamic locale detection and improved setup; 3) Enhance routing logic with locale-aware redirects; 2025-06-01 16:52:36 +03:00
.gitignore Features: 1) Add package-lock.json for dependency management with initial packages including Astro and Vue; 2025-05-31 18:17:58 +03:00
astro.config.mjs Features: 1) Add Pinia stores for language, company, and cart management; 2) Implement new i18n plugin with dynamic locale detection and improved setup; 3) Enhance routing logic with locale-aware redirects; 2025-06-01 16:52:36 +03:00
package-lock.json Features: 1) Add Pinia stores for language, company, and cart management; 2) Implement new i18n plugin with dynamic locale detection and improved setup; 3) Enhance routing logic with locale-aware redirects; 2025-06-01 16:52:36 +03:00
package.json Features: 1) Add Pinia stores for language, company, and cart management; 2) Implement new i18n plugin with dynamic locale detection and improved setup; 3) Enhance routing logic with locale-aware redirects; 2025-06-01 16:52:36 +03:00