-
Notifications
You must be signed in to change notification settings - Fork 0
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
SMA-32: Implement upcoming match and match in progress #22
SMA-32: Implement upcoming match and match in progress #22
Conversation
} | ||
|
||
.host .row { | ||
margin: 0.75em 0; |
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.
If I am not mistaken, MatchInProgress and upcoming are almost the same. I would use just one CSS to avoid duplicated code
</a> | ||
<h1> | ||
Matchmaking | ||
<br /> in progress |
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 would use just one component for both match in progress and upcoming match - they are almost the same, we are running into danger of having them inconsistent after some time if we keep them separate. We can discuss on saturday
The merge-base changed after approval.
The merge-base changed after approval.
No description provided.