mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
guh
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
## video stream
|
||||
- video stream needs to always autoplay, even if it cant unmute itself
|
||||
- currently, it wont play at all unless it can unmute
|
||||
- video stream currently unloads and reloads based on the tab being active
|
||||
- just remove this feature. It needs to stay running all the time.
|
||||
|
||||
##
|
||||
File diff suppressed because one or more lines are too long
@@ -5,7 +5,7 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>webui</title>
|
||||
<script type="module" crossorigin src="/assets/index-CIkC6ML4.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DIOCVx-w.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DbekZdBV.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
+3
-3
@@ -80,23 +80,23 @@ function MobileLandscapeLayout() {
|
||||
<div className="flex flex-col gap-1">
|
||||
<section className="grid grid-cols-[minmax(0,0.7fr)_minmax(0,2.1fr)_minmax(0,0.7fr)] gap-1">
|
||||
<div className="flex flex-col gap-1">
|
||||
<DrivePanel />
|
||||
<AuxMotorControls />
|
||||
<DrivePanel />
|
||||
</div>
|
||||
<DriverVideoPanel />
|
||||
<div className="flex flex-col gap-1">
|
||||
<MobileJoystick />
|
||||
<TelemetryPanel />
|
||||
</div>
|
||||
</section>
|
||||
<RoomCameraPanel />
|
||||
<section className="grid grid-cols-[minmax(0,1fr)_minmax(0,1fr)] gap-1">
|
||||
<div className="flex flex-col gap-1">
|
||||
<AuthPanel />
|
||||
<AdminPanel />
|
||||
</div>
|
||||
<div className="flex flex-col gap-1">
|
||||
<RoomCameraPanel />
|
||||
<LogPanel />
|
||||
<TelemetryPanel />
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user