sebseb7
f9437a79e6
typo
2025-11-16 08:15:23 +01:00
sebseb7
0c92591d32
feat(navigation): enhance article category handling and product navigation
...
- Introduce state management for article categories in App component to track active categories.
- Implement logic to clear article category state when navigating away from article pages.
- Update Product component to navigate to article pages with associated category information in the state.
- Modify Header and CategoryList components to accommodate new category handling logic.
- Ensure ProductCarousel and ProductDetailPage components receive and utilize category IDs for improved product organization.
2025-11-16 07:34:39 +01:00
sebseb7
3f01ca12b4
feat(ui): add strikethrough original price display for rebated products
...
Update Product component to show original price with red strikethrough and reduced opacity above the current price when rebate > 0. Calculate original price by reversing rebate percentage. Adjust layout with relative positioning and z-index for overlay. Ensure rebate prop is passed from ProductList to support this feature.
2025-09-11 06:47:57 +02:00
sebseb7
c1d2205e6c
feat: update legal document translations and add new language support
...
- Replaced the existing legal document files with more specific ones for delivery, payment, and consumer rights.
- Added new legal documents related to data protection, including basic, customer, Google orders, newsletter, chatbot, cookies, and rights.
- Introduced Albanian language support in the translation files and language switcher component.
- Enhanced the translation functions to ensure structural files are copied correctly for new languages.
2025-08-05 18:17:08 +02: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
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
3e3e676ded
trasnlsater
2025-07-16 09:45:11 +02:00
sebseb7
08c04909e0
translate
2025-07-16 09:21:40 +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
seb
9000b28ce5
Enhance product detail handling by integrating komponenten data into relevant components. Updated AddToCartButton, CartItem, Product, and ProductDetailPage to support new komponenten properties, improving product representation and pricing logic. Updated 404 image asset for better user experience.
2025-07-07 08:25:24 +02:00
seb
23e1742e40
Add unit pricing measure to product XML generation in feeds.cjs. Updated Product, ProductDetailPage, and AddToCartButton components to support new pricing fields (fGrundPreis, cGrundEinheit) for compliance with German regulations. Enhanced SearchBar with enter icon functionality for improved user experience.
2025-07-06 20:36:23 +02:00
seb
f81b9d12df
Refactor pagination visibility in ProductList component to prevent layout shifts when no products are available. Updated logic to use CSS visibility instead of conditional rendering.
2025-07-05 15:21:38 +02:00
seb
8ea3b1b6a3
Enhance ProductList component by adding conditional rendering for pagination and no products message based on active filters. Implement helper function for product count text to improve clarity in product display.
2025-07-05 15:18:55 +02:00
seb
fb3450aa23
Implement availability filters in Content and ProductList components to enhance product filtering functionality. Active filters for "auf Lager", "Neu", and "Bald verfügbar" are now dynamically displayed based on product availability, improving user experience and filtering accuracy.
2025-07-05 13:57:29 +02:00
seb
8abf64ca38
Enhance responsive design across components by adjusting padding, margins, and layout properties for better mobile usability. Updated styles in Content, Header, Product, ProductFilters, ProductList, and SearchBar components to improve visual consistency and user experience on various screen sizes.
2025-07-04 04:51:15 +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