Fix: Resolving Git Merge Conflicts #253
Reference in New Issue
Block a user
Delete Branch "chore/ui-checkstyle-fixes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The feat/game-ui branch was derived from feat/client-communication, which in turn contained feat/client-chat (with missing Checkstyle validation). feat/client-communication and feat/client-chat were both modifying the same file, leading to conflicts. The unvalidated changes from feat/client-chat and feat/client-communication are now unintentionally included in feat/game-ui.
To address this, a new branch, chore/ui-checkstyle-fixes, has been created to centrally fix the Checkstyle issues in feat/client-chat and feat/client-communication, thereby restoring clean dependencies.
Consequently, the new features for the chat UI, global chat, lobby chat and the corresponding network commands are being added.
Additionally, the features for a basic implementation of CoreClient, ChatClient, LobbyClient and GameClient will also be added.
Closes #88
added 1 commit
a65341b6- Style: Manually revert changes made to SuccessResponseCompare with previous version
This merge request still introduces changes to components and areas unrelated to this merge request.
added 1 commit
cdb6d0c6- Fix: revert wrongfully deleted line breaksCompare with previous version
One change made to the
UsernameAvailablityenum is still present, the change was introduced in this commit: https://git.scicore.unibas.ch/cs108-fs26/Gruppe-13/-/commit/590a9aa65851368ad84062b89754b22d339ca289added 1 commit
69333ede- Fix: change visibility of enum UsernameAvailabilityCompare with previous version
Additionally the documentation for the SEND_MESSAGE and GET_NEXT_MESSAGE command is incomplete.
The description of the ChatType enum is missing.
And for GET_NEXT_MESSAGE a line break is missing between the headings.
added 1 commit
9df30429- Style: fix line breaks in UsernameAvailabilityCompare with previous version
added 1 commit
9e7a80c1- Docs: add description of enum ChatTypeCompare with previous version
mentioned in commit
f54182fde6