Commit Graph
9 Commits
Author SHA1 Message Date
Dan Dobos 4f7256da05 refactor: update layout structure in Landing and Projects components for improved responsiveness 2025-10-20 15:52:07 +02:00
Dan Dobos 1c8cebc32b Refactor project data structure, add internationalization support, and enhance UI components
- Updated project data files to improve formatting and consistency.
- Introduced language support with English and Dutch translations.
- Implemented language switcher and dark mode toggle in the header and footer.
- Enhanced navigation components to utilize internationalized strings.
- Refactored layout components to use Grid2 for better responsiveness.
- Improved accessibility and usability across various components.
2025-10-20 15:31:55 +02:00
Dan Dobos 4aa5040ef5 Refactor code style for consistency and readability
- Updated import statements to use double quotes instead of single quotes across multiple files.
- Reformatted JSX return statements for better alignment and readability.
- Added missing newlines at the end of files where necessary.
- Adjusted component structure for improved clarity in the Landing, Blog, BestPractices, and Projects pages.
- Enhanced error boundary component for better error handling.
- Updated theme overrides for Material-UI components to maintain consistent styling.
2025-10-17 17:13:54 +02:00
Dan Dobos 00324b9667 fix: correct spelling of 'Pantone' in BlogContent title 2025-10-17 16:03:55 +02:00
Dan Dobos 48650c3574 feat: add BlogAccordion component and integrate with Blog page; include Pantone color content 2025-10-17 12:38:51 +02:00
Dan Dobos 2db154c6de fix: update React Shop title and URL; remove commented Angular data; add Pantone blog entry 2025-10-17 11:40:44 +02:00
Dan Dobos 3347df1e57 chore: update dependencies and improve theme colors
- Updated dependencies in package.json to latest versions for better performance and security.
- Commented out AngularData in Data.jsx to temporarily disable it from being used in the project.
- Adjusted Projects.jsx to reflect the changes in AngularData usage.
- Added new color constants (DavysGray, Periwinkle, Chamoisee) in Colors.js for enhanced theming.
- Modified Theme.js to update primary and secondary colors for both light and dark modes, improving overall UI consistency.
2025-10-15 15:25:29 +02:00
Dan Dobos e107d0d99e material ui drawer fix 2022-05-05 23:51:46 +02:00
Dan Dobos 559654aa9d updated dependencies 2022-05-04 00:33:11 +02:00