sebseb7
2540d00c8e
Revert "refactor: Update webpack configuration to improve git commit hash retrieval and enhance lazy loading of components for better performance"
...
This reverts commit 52c9888a6a .
2026-03-28 18:04:55 +01:00
sebseb7
52c9888a6a
refactor: Update webpack configuration to improve git commit hash retrieval and enhance lazy loading of components for better performance
2026-03-28 17:56:12 +01:00
sebseb7
e5a3b7bcce
feat: Update translation models and enhance order status handling in OrdersTab with new 'picked_up' status and corresponding translations across multiple locales
2026-03-24 07:27:40 +01:00
sebseb7
1840512aac
feat: Implement default payment method for pickup and enhance payment method handling in CartTab and PaymentMethodSelector components
2026-03-24 06:51:47 +01:00
sebseb7
e6f3fb7c18
feat: Add 'ready_for_pickup' status to OrdersTab and implement corresponding translations across multiple locales
2026-03-24 06:15:34 +01:00
sebseb7
a9bf1aee5f
feat: Integrate Girocode functionality for wire payments in OrdersTab and LoginComponent, enhance user experience with pending payment notifications, and update translations across multiple locales
2026-03-24 00:48:22 +01:00
sebseb7
f47fbc5c39
feat: Add 'awaiting_tracking' status to OrdersTab and update translations across multiple locales
2026-03-23 15:37:42 +01:00
sebseb7
f0e4a94dfc
feat: normalize delivery methods in CartTab and DeliveryMethodSelector components
2026-03-18 06:59:20 +01:00
sebseb7
2d6c8ff25f
feat(Orders): add tracking shipment link and update translations
...
- Implemented a tracking shipment link in the OrdersTab component for DHL deliveries, enhancing user experience by allowing direct access to shipment tracking.
- Added 'trackShipment' translation key across multiple languages to support the new feature.
- Updated existing translations for consistency and improved localization in the orders module.
2025-11-29 14:05:59 +01:00
sebseb7
d2ac8d3fc1
feat(Orders): update order status translations and colors
...
- Refactored order status translations to use English keys for 'new', 'shipped', and 'delivered'.
- Updated corresponding status colors to maintain consistency in the UI.
- Adjusted the display logic to reflect the new status keys in the OrdersTab component.
2025-11-29 13:45:39 +01:00
sebseb7
8928b3f283
feat(Orders): add 'paid' status and update translations across multiple languages
...
- Introduced 'paid' status to the orders system, enhancing order tracking capabilities.
- Updated translations for 'paid' status in various languages including German, Spanish, French, and more.
- Adjusted related UI components to reflect the new status and ensure consistent user experience across the application.
2025-11-29 13:21:35 +01:00
sebseb7
277edea15e
feat(SEO): enhance product and category JSON-LD with shipping and return policy details
...
- Added merchant return policy and shipping details to the JSON-LD for both product and category schemas.
- Updated delivery method price to reflect the new shipping rate of 5.90 €.
- Improved localization files to include loading messages for products and updated various translations for consistency.
2025-11-18 08:18:51 +01:00
sebseb7
cee69c9a31
refactor: remove SocketContext and related dependencies from OrdersTab and ProfilePage components for improved performance and code clarity
2025-07-23 08:46:35 +02:00
sebseb7
61faf654bc
refactor: standardize socket communication by replacing socket prop usage with window.socketManager across multiple components for improved consistency and maintainability
2025-07-23 08:21:30 +02:00
sebseb7
4e6b63a6a4
refactor: replace socket prop usage with window.socketManager for consistent socket handling across components
2025-07-23 08:08:58 +02:00
sebseb7
c4bd28ba92
feat: add aria-label attributes to Image and PhotoUpload components for improved accessibility, and enhance OrdersTab with localized aria-labels for better user experience
2025-07-21 01:24:55 +02:00
sebseb7
e0da7ed312
feat: add aria-label attributes to various components for improved accessibility
2025-07-20 15:12:09 +02:00
sebseb7
a68d912c99
feat: enhance image loading performance by adding fetchPriority and loading attributes in multiple components, and update MUI icons chunking in webpack configuration
2025-07-20 15:05:29 +02:00
sebseb7
e43b894bfc
Filter out delivery items in OrdersTab quantity calculation: Updated the item quantity calculation to exclude specific delivery items, improving accuracy in order summaries.
2025-07-18 06:58:25 +02:00
sebseb7
cb8ce69903
Implement order cancellation feature in OrdersTab: Added functionality to confirm and cancel orders, including a confirmation dialog. Enhanced payment method display in OrderDetailsDialog and updated VAT calculations. Improved localization for order-related messages across multiple languages.
2025-07-17 21:35:00 +02:00
sebseb7
64048e6d0b
Enhance order ID handling and navigation in ProfilePage and OrdersTab: Updated hash processing to validate order IDs, improved tab navigation, and added console logging for better debugging. Adjusted navigation to ensure correct hash updates when switching tabs and viewing orders.
2025-07-17 12:43:39 +02:00
sebseb7
e4b70dcbe2
Refactor payment method handling: Changed payment method from 'mollie' to 'wire' in CheckoutValidation and PaymentMethodSelector components. Removed Mollie-related content from Datenschutz page to streamline payment information.
2025-07-16 16:35:05 +02:00
sebseb7
4ef27da561
Update shipping costs label in OrderDetailsDialog for localization support
2025-07-16 13:18:16 +02:00
sebseb7
3611908021
Refactor legal document translations: Updated various legal sections across multiple languages, ensuring accurate localization and dynamic content rendering in components. Enhanced translation handling for battery regulations and privacy policies, while correcting minor text formatting issues.
2025-07-16 12:52:42 +02:00
sebseb7
a7cfbce072
more translations
2025-07-16 11:31:48 +02:00
sebseb7
3e3e676ded
trasnlsater
2025-07-16 09:45:11 +02:00
sebseb7
f8dbb24823
Refactor project for improved localization and user experience: Renamed project to "reactshop" and updated package-lock.json with new dependencies. Enhanced profile navigation by updating the ButtonGroup component to navigate to the cart section. Improved German translation files with additional phrases for better context and clarity. Updated CartTab component to utilize the latest i18n functionality.
2025-07-16 08:14:16 +02:00
sebseb7
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.
2025-07-16 05:59:48 +02:00
sebseb7
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.
2025-07-16 03:03:47 +02:00
sebseb7
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.
2025-07-16 01:59:43 +02:00
sebseb7
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.
2025-07-15 13:25:52 +02:00
sebseb7
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.
2025-07-15 12:13:57 +02:00
seb
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.
2025-07-15 10:41:10 +02:00
seb
5fc0c3213b
Enhance responsive design in profile components by adjusting padding and layout properties for improved mobile usability. Updated styles in ButtonGroup, CartTab, OrdersTab, SettingsTab, and ProfilePage to ensure better visual consistency across different screen sizes.
2025-07-04 05:01:39 +02:00
seb
245f5067ed
Refactor socket handling across components to support dual socket connections, enhancing data fetching capabilities and improving overall communication.
2025-07-03 05:36:41 +02:00
seb
edbd56f6a9
Genesis
2025-07-02 12:49:06 +02:00