• Joined on 2022-11-12
seb pushed to live at seb/reactShop 2025-07-16 04:10:43 +00:00
280916224a Enhance localization support for Polish translations: Updated Polish translation files with improved comments for clarity and accuracy, ensuring better context for users. Added export of i18n utilities for easier access in the application.
seb pushed to live at seb/reactShop 2025-07-16 04:09:04 +00:00
fd77fc8f7f Integrate i18n support for German and enhance localization: Initialize i18next for prerendering with German as the default language. Import and configure translation files for multiple languages, including Hungarian, Italian, and others, ensuring comprehensive localization support across the application. Update Hungarian and Italian translation files with improved comments for clarity and accuracy.
seb pushed to live at seb/reactShop 2025-07-16 04:06:11 +00:00
f5d6778def Refactor project structure and enhance localization: Rename project to "reactshop" and update package.json with new dependencies and scripts for development and production. Update Greek, Spanish, French, and Croatian translation files with improved comments for clarity and accuracy, ensuring better localization support across the application.
seb pushed to live at seb/reactShop 2025-07-16 04:02:08 +00:00
11a3522a97 Enhance i18n support by adding new language translations: Introduced Arabic, Croatian, Czech, Greek, Hungarian, Slovak, Slovenian, Swedish, Turkish, and updated existing language configurations. Updated available languages in LanguageContext and LanguageProvider to reflect the new additions, ensuring comprehensive localization across the application.
seb pushed to live at seb/reactShop 2025-07-16 03:59:53 +00:00
51471d4a55 Refactor project for i18n support: Rename project to "i18n-translator" and update package.json and package-lock.json accordingly. Enhance localization by integrating translation functions across various components, including AddToCartButton, Content, GoogleLoginButton, and others, to provide dynamic text rendering based on user language preferences. Update localization files for multiple languages, ensuring comprehensive support for internationalization.
seb pushed to live at seb/reactShop 2025-07-16 01:34:14 +00:00
859a2c06d8 Add Chinese language support and update localization files: Introduced translations for Chinese (zh) in LanguageSwitcher and i18n configuration. Removed outdated translation files for several languages, streamlining localization resources. Enhanced language context to include Chinese in available languages.
seb pushed to live at seb/reactShop 2025-07-16 01:03:51 +00:00
5c90d048fb Integrate i18n support across multiple components: Update AddToCartButton, CartDropdown, CartItem, Footer, ProductFilters, ProductList, and profile components to utilize translation functions for dynamic text rendering. Enhance user experience by providing localized content for various UI elements, including buttons, labels, and tax information.
seb pushed to live at seb/reactShop 2025-07-16 00:34:39 +00:00
cff9c88808 Implement multilingual support: Integrate i18next for language translation across components, update configuration for multilingual descriptions and keywords, and enhance user interface elements with dynamic language switching. Add new dependencies for i18next and related libraries in package.json and package-lock.json.
seb pushed to live at seb/reactShop 2025-07-15 23:59:49 +00:00
b78de53786 Enhance delivery cost calculation and shipping information display: Implement free shipping threshold for cart value in DeliveryMethodSelector and OrderProcessingService. Update CartDropdown and OrderSummary to reflect shipping costs and free shipping messages based on cart value, improving user clarity on shipping fees.
seb pushed to live at seb/reactShop 2025-07-15 19:00:30 +00:00
925667fc2c Update font size and padding in CategoryBox component for improved readability and layout consistency.
seb pushed to live at seb/reactShop 2025-07-15 11:25:58 +00:00
251352c660 Update payment method name in PaymentMethodSelector to include additional options: Apple Pay, Google Pay, and PayPal, enhancing clarity for users on available payment methods.
seb pushed to live at seb/reactShop 2025-07-15 11:06:08 +00:00
88c757fd35 Refactor webpack configuration to copy index.html to payment directory, enhancing clarity in log messages and ensuring proper directory structure for asset management.
seb pushed to live at seb/reactShop 2025-07-15 11:04:45 +00:00
d8c802c2f1 Update webpack configuration to copy index.html to payment/success/success, improving clarity in log messages for asset copying.
seb pushed to live at seb/reactShop 2025-07-15 11:03:38 +00:00
056b63efa0 Update webpack configuration to copy index.html to payment/success directory and change base URL in config.js to production URL.
seb pushed to live at seb/reactShop 2025-07-15 10:30:01 +00:00
c7afad68b0 Refactor error handling in PaymentSuccess component to redirect users to profile on payment failure, simplifying the user experience by removing the error display box.
seb pushed to live at seb/reactShop 2025-07-15 10:14:01 +00:00
5157b7d781 Add Mollie payment integration: Implement lazy loading for PaymentSuccess page, update CartTab and OrderProcessingService to handle Mollie payment intents, and enhance ProfilePage to manage payment completion for both Stripe and Mollie. Update base URL for development environment.
seb pushed to live at seb/reactShop 2025-07-15 08:41:13 +00:00
9072a3c977 Implement Mollie payment integration across CartTab, CheckoutValidation, and PaymentMethodSelector components. Update payment method handling to prioritize Mollie for specific delivery methods and ensure proper session storage for Mollie transactions. Enhance Datenschutz page to include Mollie payment processing details.
seb pushed to live at seb/reactShop 2025-07-15 07:46:28 +00:00
seb pushed to live at seb/reactShop 2025-07-07 22:09:24 +00:00
abbb5e222d Fix CSS formatting in index.css by removing unnecessary whitespace after closing code block, ensuring cleaner styling and consistency across the stylesheet.
seb pushed to live at seb/reactShop 2025-07-07 09:41:54 +00:00
c216154bd7 Update launch configuration for development environment and enhance ProductDetailPage styling. Added environment variables and skip files to launch.json, and improved image handling in ProductDetailPage with consistent dimensions and border styling.