+
+ PLAYABLE
+ ID: ROM-{detailsQuery.data.id}
+
+
+
{detailsQuery.data.title}
+
+
+
+ developer_board
+ {detailsQuery.data.developer || 'Unknown Dev'}
+
+
+ calendar_today
+ {detailsQuery.data.releaseDate || 'N/A'}
+
+
+ sports_esports
+ {detailsQuery.data.system}
+
+
+
+
+ {}}
+ onEnterPress={() => console.log("Play Game", detailsQuery.data?.id)}
+ className="shrink-0"
+ >
+ {(focused) => (
+
+ play_arrow
+ Start Game
+
+ )}
+
+
+ {}}
+ onEnterPress={() => console.log("Download", detailsQuery.data?.id)}
+ className="shrink-0"
+ >
+ {(focused) => (
+
+ download
+ Download
+
+ )}
+
+
+
+
+
+ Brief Summary
+
+ {detailsQuery.data.summary || "This title does not have a comprehensive analysis in our local database yet. Our researchers are working to archive more metadata for this specific entry."}
+
+
+
+ {detailsQuery.data.genres && detailsQuery.data.genres.length > 0 && (
+
+ Classifications
+
+ {detailsQuery.data.genres.map(g => (
+ {g}
+ ))}
+
+
+ )}
+
+