mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 09:31:20 -04:00
oopeies
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@
|
|||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||||
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
<meta name="apple-mobile-web-app-title" content="Multi Roomba Rover" />
|
||||||
<title>Multi Roomba Rover</title>
|
<title>Multi Roomba Rover</title>
|
||||||
<script type="module" crossorigin src="/assets/index-Ds3QBek7.js"></script>
|
<script type="module" crossorigin src="/assets/index-DCtb7Ryh.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Bz1ixYh7.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Bz1ixYh7.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ function InfoColumn({
|
|||||||
>
|
>
|
||||||
<BatteryBar
|
<BatteryBar
|
||||||
visual={batteryVisual}
|
visual={batteryVisual}
|
||||||
orientation="vertical"
|
orientation={isActiveView ? 'vertical' : 'horizontal'}
|
||||||
variant="background"
|
variant="background"
|
||||||
/>
|
/>
|
||||||
{isActiveView ? (
|
{isActiveView ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user