-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2e9a0c
commit 3a03a9a
Showing
6 changed files
with
13 additions
and
18 deletions.
There are no files selected for viewing
18 changes: 5 additions & 13 deletions
18
control-station/src/components/ControlPanel/ControlPanel.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,12 @@ | ||
import "./controlpanel.css"; | ||
import "./ControlPanel.css"; | ||
|
||
export default function ControlPanel() { | ||
return ( | ||
<div className="controlpanel"> | ||
<button className="button start"> | ||
Start | ||
</button> | ||
<button className="button stop"> | ||
Stop | ||
</button> | ||
<button className="button force"> | ||
Force Stop | ||
</button> | ||
<button className="button load"> | ||
Load | ||
</button> | ||
<button className="button start">Start</button> | ||
<button className="button stop">Stop</button> | ||
<button className="button force">Force Stop</button> | ||
<button className="button load">Load</button> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import "./sensorboxct.css"; | ||
import "./SensorData.css"; | ||
|
||
export default function Camera() { | ||
return <div className="camera"></div>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import "./sensorboxct.css"; | ||
import "./SensorData.css"; | ||
|
||
export default function Console() { | ||
return ( | ||
|
3 changes: 2 additions & 1 deletion
3
control-station/src/components/SensorBoxes/Sensors/SensorBox.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters