mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 08:15:37 +00:00
Show rating in GameView
Implement filter by rating
This commit is contained in:
@@ -164,7 +164,7 @@ export default function GameRequestView() {
|
||||
{!areGameRequestsEnabled &&
|
||||
<SmallInfoField icon={Info}
|
||||
message="Request submission is disabled"
|
||||
className="text-foreground/70"/>
|
||||
className="text-default-500"/>
|
||||
}
|
||||
<Button className="w-fit"
|
||||
color="primary"
|
||||
@@ -233,7 +233,7 @@ export default function GameRequestView() {
|
||||
{item.title} ({item.release ? new Date(item.release).getFullYear() : "unknown"})
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<p className="text-foreground/70">
|
||||
<p className="text-default-500">
|
||||
{item.requester ?
|
||||
item.requester.username :
|
||||
"Guest"
|
||||
|
||||
Reference in New Issue
Block a user