-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: build ui for similar game suggestions #3058
feat: build ui for similar game suggestions #3058
Conversation
...tures/game-list/components/SimilarGameSuggestionsMainRoot/SimilarGameSuggestionsMainRoot.tsx
Outdated
Show resolved
Hide resolved
</div> | ||
</div> | ||
|
||
<GameSuggestionsDataTable /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's okay. Maybe it might be less weird if you got rid of the Also?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, with a fresh set of eyes, removing "also" from those two phrases sounds better. Done in latest.
This PR finishes the migration of the game suggestions pages to React by building out the UI for
/game/{game}/suggestions
.This page is functionally equivalent with the one introduced in #3045, with the exception of a new buttonlink that takes the user to their personalized suggestions page (
/games/suggestions
):