Commit Graph

300 Commits

Author SHA1 Message Date
seb
987de641e4 Refactor unit pricing logic in feeds.cjs to enhance compliance with German regulations. Updated the helper function to return structured unit pricing data, including both unit and base measures, and adjusted XML generation accordingly. 2025-07-06 22:54:13 +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
205558d06c Add CarouselProvider to Prerender components for improved layout structure. Updated PrerenderAppContent and PrerenderHome to wrap MainPageLayout with CarouselProvider, enhancing component organization and consistency. 2025-07-06 09:35:34 +02:00
seb
046979a64d Refactor Prerender components to replace Home page with MainPageLayout, improving structure and consistency across the application. Updated routing in PrerenderAppContent and PrerenderHome to utilize the new layout component. 2025-07-06 09:33:34 +02:00
seb
161e377de4 Update category mappings in feeds.cjs for improved accuracy and clarity. Adjusted several category paths to reflect more specific classifications, and added validation to ensure non-empty category returns. Updated language setting to 'de-DE' for consistency. 2025-07-06 09:30:10 +02:00
seb
73a88f508b Refactor App component to replace Home page with MainPageLayout, integrating CarouselProvider for improved page structure. Added new routes for Presseverleih and ThcTest pages, enhancing navigation and organization. Updated Header component to support new page states for Aktionen and Filiale. 2025-07-06 09:25:39 +02:00
seb
ea5ac762b2 Update .gitignore to exclude 404 page and enhance prerendering logic to support pagination for category-specific LLM files. Implemented generateAllCategoryLlmsPages function to create multiple paginated files, improving product catalog clarity and organization. 2025-07-05 16:20:00 +02:00
seb
40ec0287fd Refactor prerendering logic to include PrerenderSitemap component, enabling category data handling for the sitemap page. Update Sitemap component to initialize categories and loading state more efficiently, improving performance and clarity. 2025-07-05 16:13:38 +02:00
seb
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. 2025-07-05 16:06:42 +02:00
seb
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. 2025-07-05 15:57:00 +02:00
seb
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. 2025-07-05 15:52:34 +02:00
seb
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. 2025-07-05 15:41:36 +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
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. 2025-07-05 13:48:42 +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
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
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. 2025-07-04 04:00:24 +02:00
seb
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. 2025-07-04 03:52:38 +02:00
seb
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. 2025-07-04 03:28:56 +02:00
seb
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. 2025-07-04 01:56:10 +02:00
seb
6afe2ca90f Update sh.png image to enhance visual quality and maintain consistency with recent improvements. 2025-07-03 09:18:59 +02:00
seb
c2758d6dd4 Update sh.png image to improve visual content quality. 2025-07-03 09:15:24 +02:00
seb
f4787ad523 Update language attribute in HTML and correct query-input key in JSON-LD generation for improved SEO accuracy. 2025-07-03 09:08:31 +02:00
seb
6b0b54dc16 Refactor SEO meta tag generation to ensure proper URL formatting across homepage and configurator, enhancing SEO accuracy and consistency. 2025-07-03 09:03:42 +02:00
seb
ceed9f0714 Refactor GTIN/EAN generation in generateProductsXml to simplify logic and handle missing values more gracefully, enhancing data integrity in XML output. 2025-07-03 07:58:20 +02:00
seb
0d92495914 Remove hasOfferCatalog from JSON-LD generation in homepage, streamlining the structure and improving SEO data accuracy. 2025-07-03 07:17:23 +02:00
seb
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. 2025-07-03 07:15:14 +02:00
seb
db966bae12 Update contact information and address in JSON-LD for homepage, improving accuracy of SEO data 2025-07-03 07:09:46 +02:00
seb
20ea55705e Add Organization and FAQ JSON-LD schemas to enhance SEO for homepage 2025-07-03 07:03:40 +02:00
seb
569f053757 Enhance product rendering by incorporating category information into JSON-LD generation and parallel rendering functions, improving SEO structure and breadcrumb support. 2025-07-03 07:00:13 +02:00
seb
5d5c09abbf Remove redundant category name and URL from JSON-LD generation in homepage, streamlining the structure for improved SEO. 2025-07-03 06:54:22 +02:00
seb
2dde151f87 Refactor JSON-LD generation for homepage to use ItemList instead of BreadcrumbList, enhancing category representation and SEO structure. 2025-07-03 06:51:16 +02:00
seb
379f75947a Enhance JSON-LD generation for homepage and sitemap by including category data, improving SEO structure and breadcrumb support. 2025-07-03 06:45:55 +02:00
seb
f24429caef Implement product price validation in generateProductsXml to skip products with a price of zero, improving data integrity in XML generation. 2025-07-03 06:35:51 +02:00
seb
e4d077e402 Refactor socket context usage in CategoryBox, SearchBar, and Home components for improved clarity and consistency in data fetching. 2025-07-03 05:55:36 +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
1ed06804a0 Enhance category data fetching by adding full response handling and improving socket communication in Content component 2025-07-03 04:01:10 +02:00
sebseb7
f326596f48 license in package-lock.json 2025-07-03 02:29:11 +02:00
sebseb7
fca10153fc domain change 2025-07-03 02:17:06 +02:00
seb
8884255696 Enhance NotFound404 component with centered 404 image and updated styling 2025-07-03 00:12:12 +02:00
seb
de51f5f409 Add 404 Not Found page component and update routing and sitemap configuration 2025-07-03 00:09:45 +02:00
seb
94b274b10d Update license from ISC to 0BSD and add license section to README.md 2025-07-02 14:23:24 +02:00
seb
d6a92a79a3 Refactor layout of fixed elements in App.js to enhance visual consistency 2025-07-02 14:23:24 +02:00
seb
f1860e0c8b add vscode launch file 2025-07-02 13:51:55 +02:00
seb
b4b334609a Adjust positioning of fixed elements in App.js for better layout consistency 2025-07-02 13:32:15 +02:00
seb
45cf04caf3 Add GitHub issue reporting feature and tooltips for FABs in App.js 2025-07-02 13:27:31 +02:00
seb
10b7f0ed7b Add proxy target configuration and new start script for seedheads dev mode 2025-07-02 13:21:08 +02:00
seb
edbd56f6a9 Genesis 2025-07-02 12:49:06 +02:00