Skip to content

Commit

Permalink
Refactor Popup
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Apr 27, 2024
1 parent cb41eb5 commit 40a2b3b
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 32 deletions.
57 changes: 50 additions & 7 deletions viewer/package-lock.json

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

2 changes: 1 addition & 1 deletion viewer/src/EdgeCostApp.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
import Header from "./Header.svelte";
import Layout from "./Layout.svelte";
import OverpassSelector from "./OverpassSelector.svelte";
import Popup from "./Popup.svelte";
import {
Popup,
Loading,
SequentialLegend,
Legend,
Expand Down
3 changes: 1 addition & 2 deletions viewer/src/Layers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
type LayersControls,
makeColorRamp,
} from "./common";
import Popup from "./Popup.svelte";
import { PropertiesTable } from "svelte-utils";
import { Popup, PropertiesTable } from "svelte-utils";
import {
showSlope,
showDestinations,
Expand Down
22 changes: 0 additions & 22 deletions viewer/src/Popup.svelte

This file was deleted.

0 comments on commit 40a2b3b

Please sign in to comment.