kblincoe / VisualGit_SE701_2019_4

1 stars 0 forks source link

[208] Prevent user from logging out before committing #235

Closed HenrygShen closed 5 years ago

HenrygShen commented 5 years ago

Resolves #208.

Changes: When you try to sign out with modified files in the file-panel, a warning message will appear which prevents you from leaving.

To test:

  1. Sign in
  2. Open/clone a repository
  3. Make changes to a file
  4. Try to sign out
  5. Commit your changes
  6. Try to sign out again
  7. Try to exit app
wjsoft08 commented 5 years ago

LGTM