kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

Closes #62 - Add GitHub Account Avatar and Name #171

Closed lukethompsxn closed 5 years ago

lukethompsxn commented 5 years ago

Closes #62

When you were logged in, VisualGit provided no information as to which account you were signed into. As a result, I added the account avatar, and username to the main screen. The Sign Out button was modified to better allow for these additional UI elements.

image

Tests


emipeanz commented 5 years ago

Works on mine locally, this is really cool 😮

encryptededdy commented 5 years ago

I know this is already approved but I just noticed that index.html now has FontAwesome imported twice. Can we fix this? Either use the node_module version (and maybe update it) or remove that and use the CDN version only.