Skip to content

Commit

Permalink
Remove the search-strains UI
Browse files Browse the repository at this point in the history
The functionality of this is now part of the "Filter Data" UI in the sidebar.
  • Loading branch information
jameshadfield committed Nov 18, 2020
1 parent b2a6980 commit ece581d
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 262 deletions.
5 changes: 0 additions & 5 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "^16.13.0",
"argparse": "^1.0.10",
"awesomplete": "^1.1.2",
"babel-loader": "^8.0.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-strip-function-call": "^1.0.2",
Expand Down
2 changes: 0 additions & 2 deletions src/components/controls/controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import TransmissionLines from './transmission-lines';
import NormalizeFrequencies from "./frequency-normalization";
import MapAnimationControls from "./map-animation";
import PanelToggles from "./panel-toggles";
import SearchStrains from "./search";
import ToggleTangle from "./toggle-tangle";
import Language from "./language";
import { ControlsContainer } from "./styles";
Expand Down Expand Up @@ -43,7 +42,6 @@ function Controls({mapOn, frequenciesOn, mobileDisplay}) {
<ChooseLayout />
<ChooseMetric />
<ChooseBranchLabelling />
<SearchStrains />
<ChooseSecondTree />
<ToggleTangle />

Expand Down
150 changes: 0 additions & 150 deletions src/components/controls/search.js

This file was deleted.

103 changes: 0 additions & 103 deletions src/css/awesomplete.css

This file was deleted.

1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ const generateConfig = ({extensionPath, devMode=false, customOutputPath, analyze
const bigVendors = [
"d3-.*", // d3 is imported selectively, new usages may change the bundle
"lodash", // lodash is imported selectively using the lodash plugin, new usages may change the bundle
"awesomplete",
"react-transition-group",
"react-icons",
"create-react-class",
Expand Down

0 comments on commit ece581d

Please sign in to comment.