File tree Expand file tree Collapse file tree 12 files changed +53
-66
lines changed
scss/app/components/query-list
src/app/components/project-detail Expand file tree Collapse file tree 12 files changed +53
-66
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img alt="GraphiQL app " src="assets/logo.png" width="440">
2
+ <img alt="GraphQL IDE " src="assets/logo.png" width="440">
3
3
</p >
4
4
5
5
<p align =" center " >
6
- An Electron-based wrapper around GraphiQL
6
+ An extensive IDE for exploring GraphQL API's
7
7
</p >
8
8
9
9
---
@@ -50,4 +50,4 @@ Project variables for dynamic headers
50
50
Manage projects
51
51
![ Manage projects] ( assets/screenshot-4.png )
52
52
53
- [ 0 ] : https://github.com/redound/graphiql-app /releases
53
+ [ 0 ] : https://github.com/redound/graphql-ide /releases
Original file line number Diff line number Diff line change 186
186
margin-top : -1px ;
187
187
padding : 0 15px 0 13px ; }
188
188
.QueryListItem__Icon .Icon {
189
- width : 49 px ;
190
- height : 49 px ;
189
+ width : 39 px ;
190
+ height : 39 px ;
191
191
border-radius : 50% ;
192
192
background-color : # E10098 ;
193
193
display : flex;
194
194
justify-content : center;
195
195
align-items : center; }
196
196
.QueryListItem__Icon .Icon span {
197
197
color : # fff ;
198
- font-size : 24 px ;
198
+ font-size : 18 px ;
199
199
text-transform : uppercase;
200
200
font-weight : 200 ; }
201
201
225
225
text-overflow : ellipsis;
226
226
white-space : nowrap;
227
227
font-weight : 400 ;
228
- font-size : 16 px ;
228
+ font-size : 14 px ;
229
229
line-height : 21px ;
230
230
color : # 000 ;
231
231
flex-grow : 1 ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 105
105
</ div >
106
106
</ body >
107
107
< script src ="dist/vendor.js "> </ script >
108
- < script src ="dist/main .js "> </ script >
108
+ < script src ="dist/app .js "> </ script >
109
109
</ html >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const url = require('url')
11
11
electron . crashReporter . start ( {
12
12
productName : 'GraphiQL' ,
13
13
companyName : 'Redound' ,
14
- submitURL : 'https://github.com/redound/graphiql-app /issues' ,
14
+ submitURL : 'https://github.com/redound/graphql-ide /issues' ,
15
15
autoSubmit : true
16
16
} )
17
17
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const assign = require('lodash/assign')
7
7
const latest = require ( 'github-latest-release' )
8
8
const argv = require ( 'minimist' ) ( process . argv . slice ( 2 ) )
9
9
10
- const appName = argv . name || argv . n || 'GraphiQL '
10
+ const appName = argv . name || argv . n || 'GraphQL IDE '
11
11
const shouldUseAsar = argv . asar || argv . a || false
12
12
const shouldBuildAll = argv . all || false
13
13
const shouldPrune = argv . prune || true
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " graphiql-app " ,
3
- "version" : " 0.1.3 " ,
2
+ "name" : " graphql-ide " ,
3
+ "version" : " 0.1.4 " ,
4
4
"description" : " " ,
5
5
"main" : " main.js" ,
6
6
"scripts" : {
10
10
},
11
11
"keywords" : [],
12
12
"license" : " MIT" ,
13
- "homepage" : " https://github.com/redound/graphiql-app " ,
13
+ "homepage" : " https://github.com/redound/graphql-ide " ,
14
14
"bugs" : {
15
- "url" : " https://github.com/redound/graphiql-app /issues"
15
+ "url" : " https://github.com/redound/graphql-ide /issues"
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
19
- "url" : " http://github.com/redound/graphiql-app .git"
19
+ "url" : " http://github.com/redound/graphql-ide .git"
20
20
},
21
21
"dependencies" : {
22
22
"classnames" : " ^2.2.5" ,
Original file line number Diff line number Diff line change 75
75
padding : 0 15px 0 13px ;
76
76
77
77
.Icon {
78
- width : 49 px ;
79
- height : 49 px ;
78
+ width : 39 px ;
79
+ height : 39 px ;
80
80
border-radius : 50% ;
81
81
background-color : #E10098 ;
82
82
display : flex ;
85
85
86
86
span {
87
87
color : #fff ;
88
- font-size : 24 px ;
88
+ font-size : 16 px ;
89
89
text-transform : uppercase ;
90
90
font-weight : 200 ;
91
91
}
120
120
text-overflow : ellipsis ;
121
121
white-space : nowrap ;
122
122
font-weight : 400 ;
123
- font-size : 16 px ;
123
+ font-size : 14 px ;
124
124
line-height : 21px ;
125
125
color : #000 ;
126
126
flex-grow : 1 ;
You can’t perform that action at this time.
0 commit comments