-
Notifications
You must be signed in to change notification settings - Fork 132
Add player profile links to the replay browser #450
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
base: main
Are you sure you want to change the base?
Add player profile links to the replay browser #450
Conversation
This is awesome, someone review please :) |
I think this is cool and would be great to merge but I think the visual styling still needs a little work. It's not awful but it certainly feels tacked on and like it doesn't fully belong. I'm not sure what my suggestion is to fix it atm though. I'm sure a designer could come up with a clean solution. |
I think I would personally be okay with that for now. |
Great, thanks! Ready for review. |
what about moving the link to the actual connect code at the top of the replay stats page banner? |
We could, but this would have the same visual jank as the before where the links are in between the player names and the VS which breaks symmetry |
by links and visual symmetry are you referring to the external link visual indicator? because i was imagining not having that visual indicator and just having like an underline or something to indicate interactivity and clickable link. i don't see how that would break symmetry or have visual jank |
I think the tradeoff there is that it's a little less discoverable, but maybe it makes more sense to have the link tied to the connect code? Honestly I'm okay with either. If it's on the connect code I don't really like underlining it. But a hover state with a hand and font color change (maybe a darker gray or something) is fine. You could look at how the hover state of the "Support Slippi" link works in the bottom right of the app. |
`} | ||
href={slippiProfileUrl} | ||
> | ||
<div>{connectCode}</div> |
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.
<div>{connectCode}</div> | |
{connectCode} |
can you remove the nested div here? we shouldn't need it.
done |
Follow up on PR #375 authored by trstruth.
Addressing comments from vinceau: