Skip to content

Commit

Permalink
[Bug] Remove ag grid package (opensearch-project#2001)
Browse files Browse the repository at this point in the history
* remove ag grid

Signed-off-by: Adam Tackett <tackadam@amazon.com>

* update yarn lock

Signed-off-by: Adam Tackett <tackadam@amazon.com>

* update release notes

Signed-off-by: Adam Tackett <tackadam@amazon.com>

---------

Signed-off-by: Adam Tackett <tackadam@amazon.com>
Co-authored-by: Adam Tackett <tackadam@amazon.com>
  • Loading branch information
TackAdam and Adam Tackett authored Jul 26, 2024
1 parent 986b6e6 commit 805c54f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 420 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@
]
},
"dependencies": {
"@ag-grid-community/styles": "^31.3.4",
"@algolia/autocomplete-core": "^1.4.1",
"@algolia/autocomplete-theme-classic": "^1.2.1",
"@nteract/outputs": "^3.0.11",
"@nteract/presentational-components": "^3.4.3",
"@reduxjs/toolkit": "^1.6.1",
"ag-grid-react": "^31.3.4",
"ajv": "^8.11.0",
"antlr4": "4.8.0",
"antlr4ts": "^0.5.0-alpha.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,6 @@ export function WorkspacePanel({ visualizations }: IWorkSpacePanel) {

return (
<div className="explorerViz__commonPanel ws__workspace_visPanel">
<EuiPanel className="workspace_visPanel" paddingSize="s" color="plain" hasBorder={false}>
<EuiSwitch
className="workspace_visPanel--switch"
label="Table view"
type="button"
disabled={isEmpty(visualizations?.data?.explorer?.explorerData)}
checked={isTableViewOn}
onChange={() => {
setIsTableViewOn((staleState) => !staleState);
}}
aria-describedby="table view switcher"
data-test-subj="workspace__dataTableViewSwitch"
compressed
/>
</EuiPanel>
<EuiPanel
paddingSize="s"
className={`ws__workspace_visPanel--space ${
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 805c54f

Please sign in to comment.