moveing stuffs arounds

This commit is contained in:
legop3
2025-12-21 13:47:13 -05:00
parent 0be105e9dd
commit e69fd18256
10 changed files with 715 additions and 524 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { useCallback, useEffect, useMemo, useState } from 'react';
import TelemetryPanel from './components/TelemetryPanel.jsx';
import DrivePanel from './components/DrivePanel.jsx';
import ControlSummary from './components/ControlSummary.jsx';
import AlertFeed from './components/AlertFeed.jsx';
import AdminPanel from './components/AdminPanel.jsx';
import MobileControls, {
@@ -83,9 +83,9 @@ function MobilePortraitLayout() {
<div className="flex flex-col gap-0.5">
<DriverVideoPanel layoutFormat='mobile'/>
<MobileControls />
<ControlSummary />
<ChatPanel />
<UserListPanel />
<DrivePanel />
<TelemetryPanel />
<AuthPanel />
<AdminPanel />