improvement: commit screen style

This commit is contained in:
Rongjian Zhang
2020-01-02 21:31:58 +08:00
parent 7689ac06c6
commit 1536ec47b8
4 changed files with 38 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
fragment T on Ref {
target {
__typename
... on Commit {
oid
url
@@ -15,7 +16,6 @@ fragment T on Ref {
# status {
# state
# }
__typename
history(first: 30, after: $after) {
pageInfo {
hasNextPage