-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add new streaks to players profile page #91
base: master
Are you sure you want to change the base?
Conversation
} = this.props | ||
|
||
return ( | ||
<Box Display="inline-block" Padding="20px" Margin="20px 0"> | ||
<Title>{name}</Title> | ||
<Subtitle>Elo rating: {rating}</Subtitle> | ||
<Subtitle>ELO rating: {rating}</Subtitle> |
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 someone's name, it was spelled 'Elo' on purpose 😄
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.
Oops, ok, I'll fix that.
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.
@zbrcz would you like to rebase this PR so we can merge it? or do we close it? |
@novellizator I originally made these changes last September and the PR had been ignored until February when you asked me to re-create it and again it's been ignored since... So I don't feel like fixing conflicts that could've been avoided if the PRs received proper attention. If you want to close it, close it. |
Recreated #69 so that it's deployed on Heroku.
Added "needs styling" because it needs some frontend work to put the statistics on two or three lines. I guess let's find a UI dev when the review is done.