+ {liteMode && (
+
+ Large turn ({turn.call_count} calls) — request/response bodies
+ omitted from the list. Expand any call to fetch its bodies on
+ demand.
+
+ )}
+ {loadingCalls && calls.length === 0 ? (
+ <>
+ {[0, 1, 2].map((i) => (
+
+ ))}
+ >
+ ) : (
+ renderedCalls.map((c) => (
+
+ ))
+ )}
+ {!loadingCalls && renderedCalls.length === 0 && (
+
No calls
+ )}
+