Commit Graph

224 Commits

Author SHA1 Message Date
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
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
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
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
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
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