("calendar");
const stats = useMemo(() => {
@@ -52,7 +55,7 @@ export default function StopsDashboardClient({ stops }: Props) {
className="pointer-events-none absolute inset-0 opacity-[0.04]"
style={{
backgroundImage:
- "url(\"data:image/svg+xml;utf8,\")",
+ "url(\"data:image/svg+xml;utf8,\")",
}}
/>
@@ -134,6 +137,55 @@ export default function StopsDashboardClient({ stops }: Props) {
value={stats.venues}
/>
+
+ {/* Pagination */}
+ {totalPages > 1 && (
+
+
+ Showing {((page - 1) * 50) + 1}–{Math.min(page * 50, totalCount)} of {totalCount}
+
+
+
+ )}
{/* Active view */}