kblincoe / VisualGit_SE701_2019_1

1 stars 0 forks source link

[BUG] Can't access UI to open local repository #210

Closed darcycox97 closed 5 years ago

darcycox97 commented 5 years ago

Describe the bug After some UI changes were made recently, the functionality to open local repositories is no longer accessible. My guess is that the UI is still there but has been forced down the page due to the create project UI as seen in the image below.

To reproduce Steps to reproduce the behavior:

  1. Sign into VisualGit (or continue without sign in)
  2. Observe that the relevant UI is unaccessible.

Expected behavior / Acceptance criteria

Screenshots image

Desktop:

Jess-Alcantara commented 5 years ago

Tested this on Mac and can just see the tops of it. Confirmed that the new UI changes has pushed it down the page however I cannot scroll up to see it. Approved.

Screen Shot 2019-04-03 at 11 07 36 PM
robbierew commented 5 years ago

Approved should be a simple css fix to add scrolling to the page.

SheepySean commented 5 years ago

Approved

swimuel commented 5 years ago

Related to #66 - Appears the Overflow on body css is hidden. This also raises an issue that the footer is overwritten by the content. Perhaps this ticket could include fixing the scrolling and also having the footer fixed in size so it is not overwritten?

encryptededdy commented 5 years ago

Yeah the app being built around body being overflow: hidden was probably unwise.

encryptededdy commented 5 years ago

I think i'll do the cheap & easy fix - add tabs