Commit Graph

73 Commits

Author SHA1 Message Date
Dmitry Yankowski
21c6c07b39 Save GraphQL schema and response in state
Allows the user to go to the settings page, and back to the GraphQL page, without having to re-request the schema or response.
2020-02-24 16:12:02 -05:00
Dmitry Yankowski
0c8eea65a5 Added toggle for enabling/disabling auto scrolling (scrollInto functionality) 2020-02-24 10:54:22 -05:00
Jacob Anavisca
c21bbf1022 Merge branch 'master' into feature/env-manager 2020-02-23 22:21:55 -05:00
Jacob Anavisca
00fa17b31f Review Updates 2020-02-23 22:21:10 -05:00
Dmitry Yankowski
7022ef5f7e Fix variables JSON string
I don't have any variables set, and when running a mutation; I get the following error:

```
Error SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at VueComponent._callee$ (graphql.vue?f047:505)
    at tryCatch (runtime.js?96cf:45)
    at Generator.invoke [as _invoke] (runtime.js?96cf:271)
    at Generator.prototype.<computed> [as next] (runtime.js?96cf:97)
    at asyncGeneratorStep (asyncToGenerator.js?1da1:3)
    at _next (asyncToGenerator.js?1da1:25)
    at eval (asyncToGenerator.js?1da1:32)
    at new Promise (<anonymous>)
    at VueComponent.eval (asyncToGenerator.js?1da1:21)
```

Setting the `variablesJSONString` variable to the correct default (`{}`) fixes this issue :)
2020-02-23 19:42:59 -05:00
Liyas Thomas
54d590765f Typo 2020-02-24 00:48:39 +05:30
Liyas Thomas
010be95ed5 Lint + few best practices 2020-02-23 22:43:12 +05:30
Jacob Anavisca
59ca8cb2c6 Merge branch 'master' into feature/env-manager 2020-02-23 11:39:44 -05:00
Jacob Anavisca
15dc0ad9ac Env management 2020-02-23 11:38:15 -05:00
jamesgeorge007
5a56081a29 fix: remove unused code snippet 2020-02-20 09:46:07 +05:30
jamesgeorge007
d2b73a8942 refactor: nested destructuring 2020-02-20 09:45:19 +05:30
Liyas Thomas
4665dbc372 🚨 Lint 2020-02-19 09:29:49 +05:30
Andrew Bastin
cc9cfa53fa Merge branch 'master' into feat/extension-toggle 2020-02-05 13:17:30 -05:00
Liyas Thomas
04feb3cdbe Support for Formdata 2020-02-05 23:04:46 +05:30
Andrew Bastin
f1e752892d Added toggle for using extensions to send requests 2020-02-04 13:09:29 -05:00
jamesgeorge007
955bb5c99d fix: account for letter casing while creating editing a collection 2020-02-03 17:38:38 +05:30
jamesgeorge007
88fc45975f fix: account for letter casing while creating new collection 2020-02-03 17:38:07 +05:30
Andrew Bastin
5b4f3f5b67 Merge branch 'master' into feat/gql-variable-update 2020-01-29 20:49:05 -05:00
Andrew Bastin
94c2440832 Hooked the new variable editor to the persistent store 2020-01-29 20:35:54 -05:00
Andrew Bastin
5d2ba22988 Removed mutations for GraphQL variables 2020-01-29 20:21:23 -05:00
Liyas Thomas
3e126cdfa4 🐛 Fixed a bug with Collection sync 2020-01-25 12:21:47 +05:30
jamesgeorge007
f132de8dbb chore: validate edit collection activity for duplicate collection 2020-01-23 14:57:44 +05:30
jamesgeorge007
bb973ee449 fix: prevent creation of duplicate collection 2020-01-21 19:46:33 +05:30
jamesgeorge007
e16019dcbf chore: make use of toast 2020-01-21 19:45:52 +05:30
jamesgeorge007
fcdf93c5e5 fix: prefer destructuring approach 2020-01-21 16:38:34 +05:30
jamesgeorge007
a34acfd0c5 fix: return for duplicate collection 2020-01-21 16:38:09 +05:30
jamesgeorge007
2853a4bbef fix: validation for duplicate collections 2020-01-21 16:37:04 +05:30
Liyas Thomas
57f7621567 ♻️ Refactoring code 2020-01-10 06:27:48 +05:30
Abdul Rifqi Al Abqary
161c0b7b88 added token request management 2020-01-07 18:46:16 +09:00
Abdul Rifqi Al Abqary
f847cbe122 Added token management 2020-01-07 11:50:56 +09:00
Abdul Rifqi Al Abqary
df48e85de5 added token managements 2020-01-06 18:17:50 +09:00
Abdul Rifqi Al Abqary
5377c69b40 add oauth handler 2020-01-06 15:06:50 +09:00
Abdul Rifqi Al Abqary
d24b917c17 added oauth token ui 2020-01-06 14:51:47 +09:00
pushrbx
1ac144e3a7 🎉 Added variables to graphql page (w/ lame type validation). 2019-12-31 13:09:26 +00:00
Liyas Thomas
b10a209daf Improving performance 2019-11-28 20:41:52 +05:30
Liyas Thomas
36568d5720 🐛 Fixed build + refactored all js files 2019-11-27 06:54:32 +05:30
Andrew Bastin
7fab6f4732 Added query field to the GQL state 2019-11-26 15:43:06 -05:00
Andrew Bastin Kalloor Biju
122782f244 Added headers field to state and added mutations to handle header list updates 2019-11-25 22:25:22 -05:00
Liyas Thomas
f6752e9743 SSE mvp 2019-11-24 18:45:26 +05:30
Andrew Bastin
879fc58d9c Added mutation for working with the GQL store 2019-11-21 00:01:12 -05:00
Andrew Bastin
2c139c2a65 Added GQL object to global store 2019-11-21 00:00:15 -05:00
liyasthomas
d88e777f80 Minor UI updates 2019-11-18 06:32:30 +05:30
Liyas Thomas
5f8729536c 💩 Removed unused parameters 2019-11-16 11:20:35 +05:30
Hossein Nedaee
179010ddbf Change ace-editor theme by PW theme changing. 2019-11-11 20:44:24 +03:30
Liyas Thomas
d290b25f8a 🐛 Fixed a critical bug, clear cookies to take effect 2019-11-06 08:35:56 +05:30
liyasthomas
5db9ca9786 Minor tweaks 2019-11-03 01:20:40 +05:30
Liyas Thomas
b95eaf1aed 🚨 Lint 2019-11-02 11:02:21 +05:30
Liyas Thomas
e7a7c7b5ac Merge branch 'master' of https://github.com/liyasthomas/postwoman 2019-10-29 12:18:01 +05:30
Liyas Thomas
be00a6fd60 Browser tab color matches selected theme 2019-10-29 12:17:57 +05:30
breno-pereira
db0826d43a merge and fix 2019-10-26 09:02:17 -03:00