From e3399cef13241db45fde614cdb385dc0baa45271 Mon Sep 17 00:00:00 2001 From: Adrian Bonpin Date: Mon, 27 Apr 2026 07:29:43 +0800 Subject: [PATCH] feat: add Poor Performance badge to search page --- app/search/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/search/page.tsx b/app/search/page.tsx index 034fafb..60d773e 100644 --- a/app/search/page.tsx +++ b/app/search/page.tsx @@ -40,6 +40,7 @@ interface UnifiedResult { platforms?: { windows: boolean; mac: boolean; linux: boolean } | null controllerSupport?: string | null isRawPerformer?: boolean + isPoorPerformance?: boolean bestFps?: number | null latestVersion?: string | null } @@ -256,6 +257,11 @@ function SearchResultCard({ ⚡ RAW PERFORMER )} + {result.isPoorPerformance && ( + + ⚠ POOR PERFORMANCE + + )} {(result.developer || result.publisher) && (