Show rating in GameView

Implement filter by rating
This commit is contained in:
grimsi
2025-09-04 17:20:13 +02:00
parent 151f25cfba
commit ab0f28e94f
7 changed files with 105 additions and 24 deletions
@@ -81,7 +81,7 @@ export function GameCoverPickerModal({game, isOpen, onOpenChange, setCoverUrl}:
<p className="text-center">No results found.</p>
}
{searchResults.length === 0 && isSearching &&
<p className="text-center text-foreground/70">Searching...</p>
<p className="text-center text-default-500">Searching...</p>
}
<ScrollShadow
className="grid grid-cols-auto-fill gap-4 h-96 overflow-y-scroll justify-evenly">