-
Notifications
You must be signed in to change notification settings - Fork 42
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
Frontend: Display Player names along with cards #171
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 27, 2024 13:40
df7fb72
to
f6af5de
Compare
@asmit27rai Please fix the merge conflicts |
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 13:08
f6af5de
to
4243c7a
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 13:24
4243c7a
to
5a46a5b
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 13:25
5a46a5b
to
b96d78d
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 13:26
b96d78d
to
39d04d8
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 13:30
39d04d8
to
df7a07b
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 13:38
df7a07b
to
e22f88e
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 14:32
e22f88e
to
d36fa48
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 14:34
d36fa48
to
c207aca
Compare
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 14:35
c207aca
to
d9930ce
Compare
1. The Player component was refactored to separate JSX for rendering player cards. 2. Highlighting functionality was added to indicate the current player's turn. 3. Player names were styled to appear in a white box with black text. 4. Brightness adjustment was applied to highlight the active player. Fixes shivansh-bhatnagar18#158
asmit27rai
force-pushed
the
issue/fix-158
branch
from
June 28, 2024 14:37
d9930ce
to
ad1c831
Compare
@kuv2707 Done. |
Merged, thanks @asmit27rai |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #158
Description
The Player component was refactored to separate JSX for rendering player cards.
Highlighting functionality was added to indicate the current player's turn.
Player names were styled to appear in a white box with black text.
Brightness adjustment was applied to highlight the active player.
Checklist
Screenshots (if applicable)