90 Commits

Author SHA1 Message Date
4ccbd28c4f expanded and updated README.md to include detailed project overview, features breakdown, technical stack, usage guide, project structure, and educational context for improved clarity and documentation quality.
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 04:18:19 +02:00
618e5b442e refactored DreamCharts to consolidate chart rendering logic into reusable renderChart function; improved chart resize handling for better responsiveness and maintainability
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 03:56:10 +02:00
936a2fa1ee adjusted chip icon position in DreamCardCompact to align with design improvements
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 03:50:53 +02:00
2165a63bfb added @types/node and dependencies to devDependencies for extended Node.js type support; adjusted chip icon positioning in DreamCardCompact for improved UI alignment
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 03:50:18 +02:00
2d294de69a refactored DreamVR to simplify component structure, integrate OrbitControls for non-VR mode, enhance lighting, and optimize render logic for improved performance and maintainability
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 03:36:20 +02:00
7754370a70 swapped colors and labels for "Sexuelle Träume" and "Flugträume" for consistent data representation and accuracy in Technology visualization
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 03:34:06 +02:00
2edf6b3f1f introduced WebXR support by integrating webxr-polyfill and refactoring DreamVR component for enhanced VR functionality and simplified code structure
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 03:22:19 +02:00
8b0996781e removed unused logo from README.md for cleaner presentation
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 03:04:20 +02:00
bb714e6fa2 refined ProfilePage UI by improving spacing, aligning component structure, and reintroducing project information card for enriched profile context and presentation
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 02:45:12 +02:00
75f516b408 enabled looping for dream videos on DreamPage for seamless playback experience
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 02:34:26 +02:00
8403a17636 updated package-lock.json to add and lock dependencies for extended multimedia, VR, and UI support, including @react-three/xr, @fortawesome, zustand, and others for enhanced feature integration and compatibility
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 02:29:41 +02:00
44353988a1 updated description field in MockDreams dataset for concise and refined narrative of digital garden dream visuals
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 02:28:02 +02:00
1d3d684c8f added favicon.ico to public directory for browser tab icon display
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 01:44:05 +02:00
86e145515e added chip icon to DreamCard and DreamCardCompact for visual representation of chip input type
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 01:29:35 +02:00
fca8d962f4 updated image file reference in MockDreams dataset (img field) for improved consistency with naming conventions
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 01:10:07 +02:00
19cc813de7 expanded multimedia support in MockDreams by adding audio, image, and video fields to enhance dream representation
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 01:02:40 +02:00
2579460c1f refactored DreamPage to use lazy loading with Suspense for charts and media, modularized chart components into DreamCharts.tsx using d3, and optimized build by grouping libraries into separate chunks in vite.config.ts
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 00:53:56 +02:00
afec14c390 added DreamVR component for neural network-based VR visualization of chip input dreams, integrated @react-three/fiber and @react-three/drei dependencies, and updated package-lock.json
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 00:19:41 +02:00
c4bf7c8b20 added audio field enhancements in MockDreams, improved chart handling for chip inputs (EEG, vitals, and movement visualization) using d3, and expanded multimedia support in DreamPage UI components
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-17 00:01:44 +02:00
0c3b2bf81d updated chip input type in MockDreams: replaced description with text, adjusted Dream type, and extended UI components for consistent rendering across DreamPage and DreamCard
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 23:13:00 +02:00
881f832722 added chip input type to MockDreams dataset, including support for EEG, pulse, HRV, movement data, and updated Dream type for enhanced physiological dream representation
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 22:23:43 +02:00
73e022212f added d3 and @types/d3 dependencies for enhanced data visualization capabilities in UI development
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 22:11:57 +02:00
af27b23c2f updated MockDreams dataset to support audio input type, added transcript and audio fields for enhanced multimedia representation of dreams
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 21:21:01 +02:00
d38947d316 added dynamic tags display to DreamPage for improved visualization and categorization of dream data
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 21:15:52 +02:00
33f68a7e49 replaced single dream type tag with dynamic tags display in DreamCard for improved categorization and flexibility in UI rendering
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 21:13:08 +02:00
ecd3fa120d added tags field to MockDreams dataset for categorization of dreams, improving clarity and enabling better filtering options across components
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 21:10:28 +02:00
38d01821b2 enhanced ResearchLive project card layout: added min-height and flex properties to improve aesthetic and text alignment consistency
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 20:58:05 +02:00
6471ffb916 enhanced ResearchLive project card layout: added min-height and flex properties to improve aesthetic and text alignment consistency
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 20:53:05 +02:00
6e1de4b48f refactored ResearchLive data structure and components: updated mock data models, removed researcher interviews section, and revised StudyCard handling for optional participants field
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 20:47:42 +02:00
20dfb50ac8 updated MockDreams initial record to use a fixed date for consistent test results and predictable behavior in data processing
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 20:17:00 +02:00
b8e8057442 removed redundant media references from MockDreams data; updated DreamPage carousel container class for specificity and styled controls in App.css for improved UI consistencies
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 20:13:09 +02:00
8df4c91907 updated ResearchLive mock data to include optedIn status and adjusted UI to display participation state for enhanced user interaction feedback
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-16 19:46:51 +02:00
26dd1c45a3 removed theme observer and dark theme logo text support from ChipOverview; replaced logo rendering with static header text for simplification and cleaner design
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-13 02:53:49 +02:00
95bc368ebb added dark theme support for logo text in Overview and ChipOverview, included new logotext_dark.svg, and implemented a theme observer; updated ChipCard navigation logic for correct routing
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-13 02:41:21 +02:00
36bb04cfa9 introduced Record page and /record route, updated Navbar with new microphone button redirecting to Record, and commented out unused DreamRecord in Home for cleaner structure
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 16:15:27 +02:00
d6e6b1ccb4 removed NavigationLinks component and its usage across DreamArchive pages; replaced redundant hero and section headers with reusable components (HeroSection, SectionHeader, etc.) for improved maintainability and reduced code duplication
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 15:46:21 +02:00
184d31c07f modularized ResearchLive by introducing reusable components (DreamyCard, HeroSection, SectionHeader, etc.), reducing code duplication and improving maintainability
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 14:07:04 +02:00
e10d46b5a1 modularized ResearchLive by introducing reusable components (DreamyCard, HeroSection, SectionHeader, etc.), reducing code duplication and improving maintainability
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 14:06:48 +02:00
b77736b88f introduced mock data for ResearchLive, UserDreams, and WorldwideEvents pages; replaced hardcoded content in WorldwideEvents with dynamic data rendering for improved flexibility and maintainability
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 13:59:01 +02:00
cebad8a7b0 restructured DreamArchive by introducing detailed subroutes and dedicated pages (WorldwideEvents, CulturalLandscapes, etc.), added ScrollToTop for improved UX, and removed deprecated Archive component.
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 13:48:23 +02:00
e0ad21cc2b commented out unused NavLink button in ChipOverview for cleaner code structure and readability
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 12:58:28 +02:00
5045a342b5 refined DreamCardCompact layout by restructuring user display, simplifying spacing, and improving alignment for better visual balance
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 12:48:29 +02:00
d107630ae4 updated ChipOverview navigation button to redirect to root path (/) instead of /home for improved routing consistency
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 12:46:55 +02:00
cf01e429e4 added detailed layout and interactive elements to ChipOverview, incorporated floating backgrounds, hero section, features grid, specifications, research, applications, and CTA; updated Navbar to link to ChipOverview for improved navigation
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 12:45:11 +02:00
204ea4f4bc updated DreamCardCompact to improve user display by resizing avatar and name elements, adjusting spacings for better layout balance, and refining font sizes for consistency
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 12:37:05 +02:00
ccca533db6 added dreamy gradient styles to index.css, expanded getBackgroundStyle for gradient types, introduced ChipCard component, updated Home with ChipCard, and refined layouts with consistent paddings and shadows
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 12:32:58 +02:00
153f5fd146 introduced ChipOverview route and component, refactored Home to use DreamCardCompact for streamlined rendering, and extracted DailyHighlights into a reusable component
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 12:10:51 +02:00
ff30258377 refactored Record component into DreamRecord, updated routes and navigation for consistency, and integrated DreamRecord into Home.
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-12 11:21:51 +02:00
0cb192ef81 refined Home layout with new NavLink elements for improved navigation, added animations (fadeIn, gradient-animation), updated SplashScreen background with dynamic gradient, and adjusted text.svg gradient colors for better contrast.
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-10 00:25:12 +02:00
ca4ec57666 modularized the Record component into a standalone file Record.tsx, updated Home and App to reflect the changes, and streamlined styles in SplashScreen for consistency and dynamic theming
Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
2025-07-10 00:01:04 +02:00