setExpanded((v) => !v)}
+ style={{ padding: "8px 10px", borderRadius: "8px", background: "rgba(255,255,255,0.06)", border: "1px solid rgba(255,255,255,0.10)", cursor: "pointer" }}
+ >
+
+ {e.fpsAvg} FPS avg
+ {label}
+
+
+ {e.fpsLow ?? "—"} low · {e.fpsOnePercentLow ?? "—"} 1% · {e.fpsHigh ?? "—"} high
+ {e.tdpWatts ? ` · ${e.tdpWatts}W` : ""}
+ {e.upscalerType && e.upscalerType !== "none" ? ` · ${e.upscalerType}` : ""}
+ {e.protonVersion ? ` · Proton ${e.protonVersion}` : ""}
+
+ {expanded && (
+
+
By {e.userName ?? "unknown"} · {new Date(e.createdAt).toLocaleDateString()}
+
{settingsCount} settings
+ {e.osVersion &&
OS: {e.osVersion}
}
+
+ )}
+
+