Skip to content

Commit 50c12b7

Browse files
committed
feat: enhance vitest configuration and add new components for BrainGarden
- Updated vitest.config.stories.ts to include preserveSymlinks for better symlink handling. - Replaced ReactFlowProvider import with @xyflow/react in .storybook/preview.tsx for improved compatibility. - Added new image and markdown files for the BrainGarden project, including hiring and feature task plan documentation. - Introduced new shared components such as Highlight, ParagraphText, and SectionTitle with styled-components for consistent theming. - Created CallToAction and Section components to enhance the user interface in the WhitePaper section. - Implemented RecursiveJourney components and associated logic for better project navigation and content presentation.
1 parent 3f0952c commit 50c12b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4045
-2
lines changed

.storybook/preview.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { viewports } from '../src/styles/theme/viewports'
44
import { MantineProvider } from '@mantine/core'
55
import { theme as mantineTheme } from '../src/styles/theme'
66
import '@mantine/core/styles.css'
7-
import { ReactFlowProvider } from 'reactflow'
8-
import 'reactflow/dist/style.css'
7+
import { ReactFlowProvider } from '@xyflow/react'
8+
import '@xyflow/react/dist/style.css'
99
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
1010

1111
// Add global styles for fonts

0 commit comments

Comments
 (0)