diff --git a/dashboard/src/components/Sidebar.tsx b/dashboard/src/components/Sidebar.tsx
index 1dc2ec41..8e0b6c20 100644
--- a/dashboard/src/components/Sidebar.tsx
+++ b/dashboard/src/components/Sidebar.tsx
@@ -8,14 +8,13 @@ import {
useVehicleList,
} from "@/lib/store";
import {
+ Activity,
Briefcase,
Bug,
CarFront,
ChevronsUpDown,
LayoutDashboard,
LucideIcon,
- MapPinned,
- SearchCode,
Settings,
} from "lucide-react";
import {
@@ -285,29 +284,15 @@ const Sidebar = (props: SidebarProps) => {
isSidebarExpanded={props.isSidebarExpanded}
/>
+ {serializeQuery(value)}
+
+ {error ? (
+ + {error.message} + {typeof error.position === "number" + ? ` (col ${error.position + 1})` + : ""} +
+ ) : null} ++ Large render —{" "} + {data.length.toLocaleString()} buckets ×{" "} + {seriesKeys.length} series ={" "} + {renderElementCount.toLocaleString()} elements +
++ Past about {RENDER_LIMIT.toLocaleString()} SVG elements the browser + tab can hang. Pick a coarser rollup or a narrower timeframe, or + render anyway. +
+{widget.description}
-No data available
-No data available
-+ All signals collected for{" "} + {vehicle.name} over the + selected timeframe. +
+- {new Date(trip!.start_time).toLocaleDateString()} -
-- {trip.description?.split("\n")[0]} -
-- {new Date(trip.start_time).toLocaleString()} -{" "} - {new Date(trip.end_time).toLocaleTimeString()} -
-