Skip to content

Commit

Permalink
CHORES: abstract tan table
Browse files Browse the repository at this point in the history
  • Loading branch information
silvareal committed Nov 24, 2022
1 parent 5a9153b commit c03f12c
Show file tree
Hide file tree
Showing 9 changed files with 921 additions and 428 deletions.
7 changes: 3 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,20 @@
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.12",
"@tanstack/react-table": "^8.7.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-table": "^7.7.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"react-table-sticky": "^1.1.3",
"react-use-websocket": "^4.2.0",
"react-virtual": "^2.10.4",
"recharts": "^2.1.16",
"typescript": "^4.8.4",
"web-vitals": "^2.1.4"
Expand Down Expand Up @@ -50,4 +49,4 @@
"last 1 safari version"
]
}
}
}
37 changes: 0 additions & 37 deletions web/src/common/DynamicTable.tsx

This file was deleted.

285 changes: 0 additions & 285 deletions web/src/common/StandardTable.tsx

This file was deleted.

File renamed without changes.
Loading

0 comments on commit c03f12c

Please sign in to comment.