Skip to content

Commit

Permalink
feat: remove foamtree
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Jun 2, 2024
1 parent 76af118 commit ed618d8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 382 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"lint": "eslint . --fix"
},
"devDependencies": {
"@carrotsearch/foamtree": "^3.5.1",
"@iconify-json/ph": "^1.1.12",
"@jridgewell/source-map": "^0.3.6",
"@jridgewell/trace-mapping": "^0.3.25",
Expand Down
2 changes: 0 additions & 2 deletions src/client/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { ApplicationProvider, TreemapProvider } from './context'
import { Sidebar, SidebarProvider } from './components/side-bar'
import { Treemap } from './components/treemap'
import type { PaintEvent, SquarifiedModule, TreemapInstance } from './components/treemap'
import { TreeMap } from './components/tree-map'
import { convertBytes } from './shared'

interface ModuleSizeProps {
Expand Down Expand Up @@ -56,7 +55,6 @@ export function App() {
<Sidebar onVisibleChange={(s) => setTooltipVisible(!s)} />
</SidebarProvider>
<Treemap ref={(instance: any) => treeMapRef.current = instance} onMousemove={handleMousemove} />
{/* <TreeMap ref={(instance: any) => treeMapRef.current = instance} /> */}
<Tooltip visible={tooltipVisible}>
{tooltipContent?.node && (
<>
Expand Down
228 changes: 0 additions & 228 deletions src/client/components/tree-map.tsx

This file was deleted.

143 changes: 0 additions & 143 deletions src/client/third.d.ts

This file was deleted.

Loading

0 comments on commit ed618d8

Please sign in to comment.