-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
In-game chat feature #339
Merged
Merged
In-game chat feature #339
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
julien4215
force-pushed
the
in-game_chat
branch
2 times, most recently
from
October 22, 2023 19:34
ee8422e
to
4b758b3
Compare
julien4215
force-pushed
the
in-game_chat
branch
from
November 26, 2023 15:06
4b758b3
to
61a0433
Compare
julien4215
force-pushed
the
in-game_chat
branch
from
December 5, 2023 06:27
9414d0c
to
58da96d
Compare
julien4215
force-pushed
the
in-game_chat
branch
from
December 5, 2023 09:31
399d8e9
to
54f0656
Compare
veloce
reviewed
Dec 6, 2023
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.
This is good! thank you for your work, I think it's almost done as the comments I've made only require easy refactoring, I think :)
-replace player name by opponent name -add opponent title next to his name
-add a message class -edit server message style -badge on the chat icon shows the number of unread messages
-disable send button when no text entered -shape circular instead of rectangular
-add iOS builder
julien4215
force-pushed
the
in-game_chat
branch
from
December 6, 2023 18:55
54f0656
to
f7afd54
Compare
veloce
reviewed
Dec 7, 2023
veloce
reviewed
Dec 7, 2023
julien4215
force-pushed
the
in-game_chat
branch
from
December 7, 2023 10:33
902615d
to
832c8cc
Compare
julien4215
force-pushed
the
in-game_chat
branch
from
December 7, 2023 10:45
832c8cc
to
b9f2452
Compare
julien4215
commented
Dec 11, 2023
julien4215
commented
Dec 11, 2023
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.
In-game chat feature #279