Skip to content

Commit

Permalink
frontend: Add Table component, remove mui/material patch
Browse files Browse the repository at this point in the history
This commit adds a new Table component based on the material-react-table
It will be used for the places where we need more advanced table
features and where SimpleTable is not enough. This tables aim to have
all the existing SimpleTable features for compatibility reasons.
@mui/material patch was removed because that change is now in the pakcage itself

Signed-off-by: Oleksandr Dubenko <oldubenko@microsoft.com>
  • Loading branch information
sniok committed May 8, 2024
1 parent 293b46f commit 42f52c4
Show file tree
Hide file tree
Showing 10 changed files with 1,866 additions and 846 deletions.
1,010 changes: 601 additions & 409 deletions frontend/package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"js-yaml": "^4.1.0",
"jsonpath-plus": "^6.0.1",
"lodash": "^4.17.21",
"material-react-table": "^2.13.0",
"monaco-editor": "^0.25.2",
"monaco-editor-webpack-plugin": "^4.2.0",
"notistack": "^2.0.8",
Expand Down
11 changes: 0 additions & 11 deletions frontend/patches/@mui+material+5.14.17.patch

This file was deleted.

Loading

0 comments on commit 42f52c4

Please sign in to comment.