GitHUD icon indicating copy to clipboard operation
GitHUD copied to clipboard

problems with initial repoView rendering

Open joshuamaxwell opened this issue 11 years ago • 1 comments

when querying for users that github hasn't cached for you, the page does not render properly and gets caught in some kind of loop. querying for the same user again will render perfectly fine

joshuamaxwell avatar Mar 08 '14 18:03 joshuamaxwell

the repo rendering needs to be refactored to only render after receiving a 200 from the server. Currently, the background and some text for each repo 'card' is rendered, then re-rendered every time the server sends a 202.

jhendley25 avatar Mar 09 '14 16:03 jhendley25