Skip to content

Commit

Permalink
Use external npm sidebar package instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Apr 1, 2021
1 parent 75a65a7 commit a454854
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 1,119 deletions.
58 changes: 35 additions & 23 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
],
"dependencies": {
"@abi-software/flatmapvuer": "^0.1.30",
"@abi-software/map-side-bar": "^1.0.0",
"@abi-software/maptooltip": "^0.1.13",
"@abi-software/plotvuer": "^0.2.41",
"@abi-software/scaffoldvuer": "^0.1.45",
Expand Down
3 changes: 0 additions & 3 deletions src/components/ContentVuer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
:render="entry.mode !== 'minimised'" :displayMinimap=false :displayMarkers=false />
<PlotVuer v-else-if="entry.type === 'Plot'" :url="entry.resource"
:plotType="entry.plotType" :helpMode="helpMode" style="overflow: hidden"></PlotVuer>
<SideBar v-else-if="entry.type === 'Search'" :visbility="true" :isDrawer="false" :entry="entry.entry" class="search"></SideBar>
<IframeVuer v-else-if="entry.type === 'Iframe'" :url="entry.resource" />
</div>
</div>
Expand All @@ -30,7 +29,6 @@ import EventBus from './EventBus';
import DatasetHeader from './DatasetHeader';
import IframeVuer from './Iframe';
import {getAvailableTermsForSpecies} from './SimulatedData.js';
import SideBar from './SideBar'
import { FlatmapVuer, MultiFlatmapVuer } from '@abi-software/flatmapvuer';
import '@abi-software/flatmapvuer/dist/flatmapvuer.css';
import { ScaffoldVuer } from '@abi-software/scaffoldvuer';
Expand All @@ -52,7 +50,6 @@ export default {
components: {
DatasetHeader,
IframeVuer,
SideBar,
FlatmapVuer,
MultiFlatmapVuer,
ScaffoldVuer,
Expand Down
270 changes: 0 additions & 270 deletions src/components/DatasetCard.vue

This file was deleted.

Loading

0 comments on commit a454854

Please sign in to comment.