Skip to content

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#472
RichardSimmons wants to merge 169 commits intorsanchez-wsu:masterfrom
RichardSimmons:master

Conversation

@RichardSimmons
Copy link

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.

RichardSimmons and others added 30 commits December 17, 2018 21:14
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/
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
RichardSimmons and others added 30 commits March 24, 2019 22:13
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
Fix error dialogue box at account creation - Issue #22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.