This website requires JavaScript.
Explore
Help
Sign In
seb
/
reactShop
Watch
1
Star
0
Fork
0
You've already forked reactShop
Code
Issues
Pull Requests
Activity
Files
3df20cbc6ad6f2bccb85aecb689875c2652323bd
reactShop
/
src
History
sebseb7
3df20cbc6a
refactor: replace Box with Container for improved layout consistency in PrerenderProduct and ProductDetailPage components
2025-07-20 00:34:46 +02:00
..
components
refactor: replace Box with Container for improved layout consistency in PrerenderProduct and ProductDetailPage components
2025-07-20 00:34:46 +02:00
contexts
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
data
Genesis
2025-07-02 12:49:06 +02:00
i18n
Add demo mode functionality to LanguageProvider: Introduced demo mode to automatically cycle through available languages every 5 seconds. Updated state management to include demo mode and current language index, and added methods to start and stop the demo. Enhanced language change handling to stop demo mode when a user manually selects a language.
2025-07-18 15:44:00 +02:00
pages
Update categoryList socket emissions to include language and translation request: Modified the socket.emit calls in SharedCarousel, Sitemap, and prerender.cjs to support language specification and translation requests. Added JTL language mappings in translate-i18n.js for improved localization.
2025-07-18 12:36:39 +02:00
providers
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
services
Genesis
2025-07-02 12:49:06 +02:00
theme
Genesis
2025-07-02 12:49:06 +02:00
utils
Genesis
2025-07-02 12:49:06 +02:00
App.js
Enhance order ID handling and navigation in ProfilePage and OrdersTab: Updated hash processing to validate order IDs, improved tab navigation, and added console logging for better debugging. Adjusted navigation to ensure correct hash updates when switching tabs and viewing orders.
2025-07-17 12:43:39 +02:00
config.js
Add new language support for Slovenian, Croatian, Swedish, Turkish, Greek, Arabic, and Chinese: Updated config.js to include additional language configurations, enhancing localization capabilities across the application.
2025-07-16 06:25:50 +02:00
index.css
Fix CSS formatting in index.css by removing unnecessary whitespace after closing code block, ensuring cleaner styling and consistency across the stylesheet.
2025-07-08 00:09:19 +02:00
index.js
Genesis
2025-07-02 12:49:06 +02:00
PrerenderAppContent.js
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
PrerenderCategory.js
Genesis
2025-07-02 12:49:06 +02:00
PrerenderHome.js
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
PrerenderKonfigurator.js
trasnlsater
2025-07-16 09:45:11 +02:00
PrerenderNotFound.js
Enhance 404 handling in webpack configuration with async middleware for prerendering. Updated NotFound404 page to improve user experience with localized messaging and responsive image styling. Added taxonomy ID mappings in feeds.cjs for better compliance and clarity in product categorization.
2025-07-07 02:12:19 +02:00
PrerenderProduct.js
refactor: replace Box with Container for improved layout consistency in PrerenderProduct and ProductDetailPage components
2025-07-20 00:34:46 +02:00
PrerenderProfile.js
Genesis
2025-07-02 12:49:06 +02:00
PrerenderSitemap.js
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
theme.js
Genesis
2025-07-02 12:49:06 +02:00