Skip to content

Commit

Permalink
Solve requested changes from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jandegen committed Jan 17, 2023
1 parent 841a7d4 commit 38bb1f1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 226 deletions.
23 changes: 0 additions & 23 deletions Apps/frontend/src/components/DistributeOffsetButton.svelte

This file was deleted.

200 changes: 0 additions & 200 deletions Apps/frontend/src/components/WaveControls.svelte

This file was deleted.

1 change: 0 additions & 1 deletion Apps/frontend/src/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import "./app.scss";
// @ts-ignore
import App from "./App.svelte";
import { channelConfig } from "./stores";

import { BASE_URL } from "./const";

Expand Down
4 changes: 2 additions & 2 deletions Apps/frontend/src/views/Oscilloscope.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import Indicators from "./Indicators.svelte";
import ExpandableControlPanel from "./ExpandableControlPanel.svelte";
import ControlPanelBottom from "./ControlPanelBottom.svelte";
import ControlPanelSide from "./ControlPanelSide.svelte";
import ControlPanelRight from "./ControlPanelRight.svelte";
import GeneralButtons from "./GeneralButtons.svelte";
import Waves from "../components/Waves.svelte";
import CoordinateSystem from "./CoordinateSystem.svelte";
Expand Down Expand Up @@ -94,7 +94,7 @@
</div>
</div>
<div class="control-panel--right">
<ControlPanelSide {waveElement} {indicatorElement} />
<ControlPanelRight {waveElement} {indicatorElement} />
</div>
<div
class="control-panel--bottom"
Expand Down

0 comments on commit 38bb1f1

Please sign in to comment.