kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Fixes #259 - Add a Splash Screen to stop Auto-signin flash #300

Closed lukethompsxn closed 5 years ago

lukethompsxn commented 5 years ago

Related Issue/Keyword:

Closes #259

Description:

When a user had auto sign-in enabled, the authentication screen would flash before it logged the user in and changed to the main screen. Now, it displays a "splash" screen which shows two of the VisualGit logo blocks moving horizontally, vertically and scaling.

Animation Screenshot: image

Testing:

Steps for manual testing:

  1. With "Remember Me" enabled, fully close the application and run npm start, it should display the "splash screen" and then go into main screen without flashing the authenticate screen
  2. After you are signed in, if you click log out it should take you to the authenticate screen
  3. Without any saved credentials, it should display the authenticate screen on start up

Checklist: