Skip to content

Commit

Permalink
Merge pull request #1 from thedataincubator/rm-bootstrap
Browse files Browse the repository at this point in the history
Remove bootstrap
  • Loading branch information
rschroll authored May 2, 2024
2 parents abdbcd5 + b341bb8 commit 3d97756
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 391 deletions.
67 changes: 0 additions & 67 deletions jupysql_plugin/_widgets.py

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"@mui/material": "^5.13.4",
"@types/codemirror": "^5.60.7",
"@types/underscore": "^1.11.4",
"bootstrap": "^5.2.3",
"clean": "^4.0.2",
"react": "^17.0.2",
"sql-formatter": "^12.2.0",
Expand All @@ -98,7 +97,6 @@
"@jupyterlab/testutils": "^4.0.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.2",
"@types/bootstrap": "^5.2.6",
"@types/jest": "^29.0.0",
"@types/jest-when": "^3.5.2",
"@typescript-eslint/eslint-plugin": "^4.8.1",
Expand Down
9 changes: 0 additions & 9 deletions src/index-widgets.ts

This file was deleted.

109 changes: 0 additions & 109 deletions src/widgets/form.ts

This file was deleted.

4 changes: 2 additions & 2 deletions src/widgets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Application, IPlugin } from '@lumino/application';
import { Widget } from '@lumino/widgets';
import { IJupyterWidgetRegistry } from '@jupyter-widgets/base';

import { widgetExports } from '../index-widgets';
import * as connectorWidget from './connector';
import { MODULE_NAME, MODULE_VERSION } from '../version';


Expand All @@ -29,7 +29,7 @@ function activateWidgetExtension(
registry.registerWidget({
name: MODULE_NAME,
version: MODULE_VERSION,
exports: widgetExports,
exports: connectorWidget,
});
}

Expand Down
86 changes: 0 additions & 86 deletions src/widgets/table.ts

This file was deleted.

4 changes: 0 additions & 4 deletions style/widget.css

This file was deleted.

2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
"src/utils/*",
"src/const/*",
"src/completer/keywords.json",
"src/widgets/table.ts",
"src/widgets/form.ts",
"src/widgets/connector.ts",
"src/widgets/index.ts",
"src/formatter/formatter.ts",
Expand Down
Loading

0 comments on commit 3d97756

Please sign in to comment.