Login UI#10
Merged
Merged
Conversation
-Added test to see if button renders -Added test to check that correct functions are called when a wits user logs in -Started test to check correct functions are called when non-wits users are logged in Co-Authored-By: ruben <84664992+morriscommaruben@users.noreply.github.com>
-Got signOut successfully running in the test -Attempted to fix addNewUser and deleteUser tests (still in progress) -Did some mild restructuring to the signOut and deleteUser code in Login Co-Authored-By: NotJordanZA <63955741+NotJordanZA@users.noreply.github.com>
-Added mocks for error code to the test calling deleteUser(). This causes the test to pass, but I do not believe an error should be thrown here, so there is likely a problem somewhere here Co-Authored-By: ruben <84664992+morriscommaruben@users.noreply.github.com>
-Brought in header from mainDashboard branch -Made header sit on top of every page -Changed header logo to have more contrast -Added logo to login screen Co-Authored-By: ruben <84664992+morriscommaruben@users.noreply.github.com>
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.
Added login UI elements besides just the button