Skip to content

Commit

Permalink
Delete not used virtualized table (#672)
Browse files Browse the repository at this point in the history
Signed-off-by: achour94 <[email protected]>
  • Loading branch information
achour94 authored Jan 20, 2025
1 parent 9f5ad33 commit 2a7af5e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 2,139 deletions.
272 changes: 0 additions & 272 deletions demo/src/TableTab.jsx

This file was deleted.

5 changes: 0 additions & 5 deletions demo/src/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ import {
testDataTree,
} from '../data/TreeViewFinder';

import LOGS_JSON from '../data/ReportViewer';

import searchEquipments from '../data/EquipmentSearchBar';

import TableTab from './TableTab';
import FlatParametersTab from './FlatParametersTab';

import InputsTab from './InputsTab';
Expand Down Expand Up @@ -876,12 +873,10 @@ function AppContent({ language, onLanguageClick }) {
<div>
<Tabs value={tabIndex} onChange={(event, newTabIndex) => setTabIndex(newTabIndex)}>
<Tab label="others" />
<Tab label="virtual table" />
<Tab label="parameters" />
<Tab label="inputs" />
</Tabs>
{tabIndex === 0 && defaultTab}
{tabIndex === 1 && <TableTab />}
{tabIndex === 2 && <FlatParametersTab />}
{tabIndex === 3 && <InputsTab />}
</div>
Expand Down
42 changes: 0 additions & 42 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-querybuilder": "^7.2.0",
"react-virtualized": "^9.22.5",
"reconnecting-websocket": "^4.4.0",
"uuid": "^9.0.1"
},
Expand Down Expand Up @@ -97,7 +96,6 @@
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.24",
"@types/react-resizable": "^3.0.7",
"@types/react-virtualized": "^9.21.29",
"@types/utf-8-validate": "^5.0.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export * from './elementSearch';
export * from './filter';
export * from './flatParameters';
export * from './inputs';
export * from './muiVirtualizedTable';
export * from './multipleSelectionDialog';
export * from './overflowableText';
export * from './snackbarProvider';
Expand Down
Loading

0 comments on commit 2a7af5e

Please sign in to comment.