Issue 46- Add styling to help.html#472
Open
RichardSimmons wants to merge 169 commits intorsanchez-wsu:masterfrom
RichardSimmons:master
Open
Issue 46- Add styling to help.html#472RichardSimmons wants to merge 169 commits intorsanchez-wsu:masterfrom RichardSimmons:master
RichardSimmons wants to merge 169 commits intorsanchez-wsu:masterfrom
RichardSimmons:master
Conversation
This commit fixes a logistical error in the salutation message that prevented a dialog message to appear when no name was entered.
Whenever someone loads a new profile, the main menu is reloaded to update the view for that profile. When the main menu is reloaded, the notifications tray opens. If someone did not actually choose a new profile, the only discernable change to the view is seeing the notifications tray open. It is best to not reload the main menu to prevent the notifications tray from being opened.
The new code is now based on a simpler tutorial than the one used previously. See tutorial at https://way2java.com/networking/chat-program-two-way-communication/
Client based on new simple example at https://way2java.com/networking/chat-program-two-way-communication/
Threading code was from previous example and is no longer needed.
Thread out reciept of messages so that we can get more than one message at a time. Otherwise, we must get a message, send a message, one message at a time.
Merge ServerDev-adam back to ServerDev
created basic protocol to pair user names with messages. <USERNAME>,<MESSAGE>
Added usernames to server communications
Merge profile-error-adam back to profile-error
This reverts commit a7aadec.
This reverts commit 32c5659.
Fixed whitespace errors
…ot_dependencies Add and test spring boot dependencies - Issue #31
Issue 32 frequently asked questions - Issue #32
Add / Delete Module Functionality - Issue 34
Extend chat server to support multiple clients - Issue #2
Submit Project 1 pull request
Revert "Submit Project 1 pull request"
Limit character input in textField's and textArea's - Issue #38
Create Account Pop-up Updated - Issue #37
…esn't-work Added trigger to show the invalid email message
Issue #13 structure of html
Fix error dialogue box at account creation - Issue #22
Issue #50 Pull Request
This file contains hidden or 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
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.
This pull request works on resolving Issue 46 "Add styling to help.html". I added three additional CSS files in order to enhance the appearance of the help.html website.