Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 1, 2023
1 parent ed42f11 commit 4f440c9
Show file tree
Hide file tree
Showing 4 changed files with 1,975 additions and 2,207 deletions.
1 change: 0 additions & 1 deletion plugins/linear-comparative-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
},
"dependencies": {
"@mui/icons-material": "^5.0.1",
"@popperjs/core": "^2.0.0",
"clone": "^2.1.2",
"copy-to-clipboard": "^3.3.1",
"file-saver": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useMemo } from 'react'
import React from 'react'
import { getConf } from '@jbrowse/core/configuration'
import { SanitizedHTML } from '@jbrowse/core/ui'
import { observer } from 'mobx-react'
Expand Down
7 changes: 3 additions & 4 deletions plugins/wiggle/src/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import React, { useMemo, useState } from 'react'
import React from 'react'
import { observer } from 'mobx-react'
import { alpha, Portal, useTheme } from '@mui/material'
import { makeStyles } from 'tss-react/mui'
import { Feature } from '@jbrowse/core/util'

// locals
import { YSCALEBAR_LABEL_OFFSET, round } from './util'
import {
useClientPoint,
useFloating,
useInteractions,
} from '@floating-ui/react'
// locals
import { YSCALEBAR_LABEL_OFFSET, round } from './util'

const useStyles = makeStyles()(theme => ({
// these styles come from
Expand Down
Loading

0 comments on commit 4f440c9

Please sign in to comment.