check both repos.isLoaded and repos.length before rendering empty; set height to 100%
This commit is contained in:
parent
45cc6a47e3
commit
eca5d1902f
|
@ -10,7 +10,7 @@
|
||||||
).property('repo.isComplete')
|
).property('repo.isComplete')
|
||||||
|
|
||||||
isEmpty: (->
|
isEmpty: (->
|
||||||
@get('repos.length') == 0
|
@get('repos.isLoaded') && @get('repos.length') == 0
|
||||||
).property('repos.length')
|
).property('repos.length')
|
||||||
|
|
||||||
urlGithub: (->
|
urlGithub: (->
|
||||||
|
|
|
@ -13,6 +13,7 @@ html, body
|
||||||
.application, .application > div
|
.application, .application > div
|
||||||
width: 100%
|
width: 100%
|
||||||
min-height: 100%
|
min-height: 100%
|
||||||
|
height: 100%
|
||||||
|
|
||||||
.application > div
|
.application > div
|
||||||
overflow-x: auto
|
overflow-x: auto
|
||||||
|
|
Loading…
Reference in New Issue
Block a user