Made quite a bit of progress for the chat application in terms of direct messaging and the UI.
The user can now search for another user and click their username to create a chat between them. They can then begin to send messages to each other.
There is a problem that happens when clicking the enter button on the keyboard for sending a message. For some reason, it is sending the same message twice. Not sure why. When clicking the "Send" button in the UI, it only sends the message once as expected.
Since this is just a portfolio project, I am not sure how much time I want to spend fixing small bugs like the issue described above.
Next step will be to get group chats working.
Will add a button with a plus (+) icon, which will bring up a new window where the user can type a group name and then click "Create" button. This should then create the group and the creator can begin inviting users to the group.
#dev #Java #JavaFX
View quoted note →
View quoted note →










