• Joined on 2022-11-12
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
seb pushed to live at seb/reactShop 2025-07-03 05:00:27 +00:00
569f053757 Enhance product rendering by incorporating category information into JSON-LD generation and parallel rendering functions, improving SEO structure and breadcrumb support.
seb pushed to live at seb/reactShop 2025-07-03 04:54:30 +00:00
5d5c09abbf Remove redundant category name and URL from JSON-LD generation in homepage, streamlining the structure for improved SEO.
seb pushed to live at seb/reactShop 2025-07-03 04:51:30 +00:00
2dde151f87 Refactor JSON-LD generation for homepage to use ItemList instead of BreadcrumbList, enhancing category representation and SEO structure.
seb pushed to live at seb/reactShop 2025-07-03 04:46:07 +00:00
379f75947a Enhance JSON-LD generation for homepage and sitemap by including category data, improving SEO structure and breadcrumb support.
seb pushed to live at seb/reactShop 2025-07-03 04:36:32 +00:00
f24429caef Implement product price validation in generateProductsXml to skip products with a price of zero, improving data integrity in XML generation.
seb pushed to live at seb/reactShop 2025-07-03 03:55:48 +00:00
e4d077e402 Refactor socket context usage in CategoryBox, SearchBar, and Home components for improved clarity and consistency in data fetching.
seb pushed to live at seb/reactShop 2025-07-03 03:36:56 +00:00
245f5067ed Refactor socket handling across components to support dual socket connections, enhancing data fetching capabilities and improving overall communication.