Skip to content

Commit

Permalink
Implementing Nubank's customization to Marquez web (#8)
Browse files Browse the repository at this point in the history
* Adding auth, prometheus, GA4 and other features to Marquez Web
  • Loading branch information
jonathanpmoraes authored Feb 11, 2025
1 parent cfff11d commit d91679c
Show file tree
Hide file tree
Showing 76 changed files with 19,887 additions and 15,905 deletions.
5 changes: 3 additions & 2 deletions web/libs/graph/src/components/Edge/ElbowEdge.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React, { useMemo } from 'react'

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

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

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

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

0 comments on commit d91679c

Please sign in to comment.