SLOP ANALYTICS!!

This commit is contained in:
legop3
2026-07-19 22:43:56 -04:00
parent b261a4bfa2
commit 90d4f778a5
32 changed files with 2552 additions and 19 deletions
+4
View File
@@ -46,6 +46,7 @@ import { useTelemetryVisualPolicy } from './context/TelemetryContext.jsx';
import ButtonBoxPanel from './components/ButtonBoxPanel/index.jsx';
import BarcodeGamesPanel from './components/BarcodeGamesPanel/index.jsx';
import OdometerPanel from './components/OdometerPanel/index.jsx';
import FleetReportsCard from './components/FleetReportsCard/index.jsx';
import LiftCard from './components/LiftCard/index.jsx';
import NeatoCard from './components/NeatoCard/index.jsx';
import RewardRunOverlay from './components/RewardRunOverlay/index.jsx';
@@ -182,6 +183,9 @@ function MobileFeatureTabs({
<OdometerPanel />
<ButtonBoxPanel />
<KinectPanel />
{/* Fleet reports owns its optional feature gate and intentionally
remains last so Activities keeps lightweight controls first. */}
<FleetReportsCard />
</div>
</TabPanel>
<TabPanel id="vip" keepMounted>