• Joined on 2022-11-12
seb pushed to live at seb/reactShop 2025-07-05 14:07:09 +00:00
47364d3ad8 Implement caching mechanism in Sitemap component to optimize category data retrieval. Added functions to check for cached product data and initialize categories from cache, improving performance for prerendered environments and reducing unnecessary socket requests.
seb pushed to live at seb/reactShop 2025-07-05 13:57:10 +00:00
a6d7ed3e27 Refactor Sitemap component to improve context usage by replacing direct socket reference with context destructuring. This change enhances code clarity and maintains functionality for fetching category data.
seb pushed to live at seb/reactShop 2025-07-05 13:52:53 +00:00
f8f03b45b8 Refactor SEO module to utilize a modular structure by re-exporting all SEO functions from a new index file. This change maintains backward compatibility while streamlining the codebase for future enhancements.
seb pushed to live at seb/reactShop 2025-07-05 13:41:47 +00:00
eb0d5621e6 Enhance SEO text generation for product categories by implementing pagination support. Updated generateCategoryLlmsTxt to include page navigation and product count details, improving clarity for users accessing product catalogs. Added helper function generateAllCategoryLlmsPages to facilitate the creation of multiple category pages.
seb pushed to live at seb/reactShop 2025-07-05 13:22:05 +00:00
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.
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.
Compare 2 commits »
seb pushed to live at seb/reactShop 2025-07-05 11:57:40 +00:00
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.
11f5b2cbfd Update package dependencies to latest versions, enhancing compatibility and performance. Adjust start scripts in package.json to include NODE_OPTIONS for deprecation warnings. Add new launch configuration in VSCode for easier development setup. Enhance product filtering logic in Content component to ensure new product filters are only applied when applicable.
Compare 2 commits »
seb pushed to live at seb/reactShop 2025-07-04 03:01:51 +00:00
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.
seb pushed to live at seb/reactShop 2025-07-04 02:51:31 +00:00
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.
seb pushed to live at seb/reactShop 2025-07-04 02:00:35 +00:00
e16ae9f5a6 Refactor CategoryList component to improve text styling and hover effects. Removed bold font weight, added text shadow for better visual hierarchy, and implemented a dual-text approach for category names to enhance readability and user experience on mobile devices.
63a8d7b81b Update CategoryList component styles to enhance visual hierarchy and consistency. Changed font weight to bold and adjusted background and text colors for active and hover states, improving overall user experience.
Compare 2 commits »
seb pushed to live at seb/reactShop 2025-07-04 01:29:09 +00:00
d2d5d884d9 Refactor CategoryList component to improve styling and hover effects, enhancing visual consistency and responsiveness for mobile users. Adjusted background colors and removed unnecessary border properties for a cleaner design.
seb pushed to live at seb/reactShop 2025-07-03 23:56:22 +00:00
9fc4286b8e Refactor LoginComponent button text from 'Anmelden' to 'Login' and enhance CategoryList with mobile menu functionality, including collapsible categories and improved layout for mobile screens. Adjust Home component card heights for better responsiveness across devices.
seb pushed to live at seb/reactShop 2025-07-03 07:19:21 +00:00
6afe2ca90f Update sh.png image to enhance visual quality and maintain consistency with recent improvements.
seb pushed to live at seb/reactShop 2025-07-03 07:15:36 +00:00
c2758d6dd4 Update sh.png image to improve visual content quality.
seb pushed to live at seb/reactShop 2025-07-03 07:08:43 +00:00
f4787ad523 Update language attribute in HTML and correct query-input key in JSON-LD generation for improved SEO accuracy.
seb pushed to live at seb/reactShop 2025-07-03 07:03:54 +00:00
6b0b54dc16 Refactor SEO meta tag generation to ensure proper URL formatting across homepage and configurator, enhancing SEO accuracy and consistency.
seb pushed to live at seb/reactShop 2025-07-03 05:58:32 +00:00
ceed9f0714 Refactor GTIN/EAN generation in generateProductsXml to simplify logic and handle missing values more gracefully, enhancing data integrity in XML output.
seb pushed to live at seb/reactShop 2025-07-03 05:17:36 +00:00
0d92495914 Remove hasOfferCatalog from JSON-LD generation in homepage, streamlining the structure and improving SEO data accuracy.
seb pushed to live at seb/reactShop 2025-07-03 05:15:25 +00:00
341d575c83 Enhance JSON-LD generation for products and homepage by adding detailed product attributes, updating contact email, and refining category descriptions, improving overall SEO structure and data accuracy.
seb pushed to live at seb/reactShop 2025-07-03 05:09:57 +00:00
db966bae12 Update contact information and address in JSON-LD for homepage, improving accuracy of SEO data
seb pushed to live at seb/reactShop 2025-07-03 05:03:52 +00:00
20ea55705e Add Organization and FAQ JSON-LD schemas to enhance SEO for homepage