Switch the repos page to use a single API call, rather than one per namespace + one for star repos
This commit is contained in:
parent
d53f2f9fc8
commit
e647d91e8b
4 changed files with 72 additions and 60 deletions
|
@ -3,6 +3,10 @@
|
|||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.repo-list .repo-list-panel.loading {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.repo-list .repo-list-namespaces h4 {
|
||||
margin: 6px;
|
||||
margin-bottom: 20px;
|
||||
|
|
Reference in a new issue