Skip to content

Commit

Permalink
Bug fix (#10)
Browse files Browse the repository at this point in the history
* Adding missing parameters

* Implementing vars for production

* Implementing tag for ga4
  • Loading branch information
jonathanpmoraes authored Feb 12, 2025
1 parent d91679c commit 4e9f661
Show file tree
Hide file tree
Showing 9 changed files with 14,581 additions and 17,364 deletions.
25 changes: 25 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"dependencies": {
"fraction.js": "^5.2.1"
}
}
5 changes: 2 additions & 3 deletions web/libs/graph/src/components/Edge/ElbowEdge.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useMemo } from 'react'

import { chakra, usePrefersReducedMotion } from '@chakra-ui/react'
import { keyframes } from '@emotion/react'
import { chakra, keyframes, usePrefersReducedMotion } from '@chakra-ui/react'

import { EdgeLabel } from './EdgeLabel'
import { grey } from '@mui/material/colors'
Expand Down Expand Up @@ -61,4 +60,4 @@ export const ElbowEdge = ({ edge, isMiniMap }: EdgeProps) => {
)}
</>
)
}
}
5 changes: 2 additions & 3 deletions web/libs/graph/src/components/Edge/StraightEdge.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react'

import { chakra, usePrefersReducedMotion } from '@chakra-ui/react'
import { keyframes } from '@emotion/react'
import { chakra, keyframes, usePrefersReducedMotion } from '@chakra-ui/react'

import { EdgeLabel } from './EdgeLabel'
import { grey } from '@mui/material/colors'
Expand Down Expand Up @@ -46,4 +45,4 @@ export const StraightEdge = ({ edge, isMiniMap }: EdgeProps) => {
)}
</>
)
}
}
Loading

0 comments on commit 4e9f661

Please sign in to comment.