Liyas Thomas
3b2934d4ae
🐛 Hotfix: Broken toast and edit/save operations
2020-03-19 16:18:52 +05:30
Dmitry Yankowski
57950e2637
Fixed default query
2020-02-29 11:51:38 -05:00
Dmitry Yankowski
e56fa732fa
Added some GraphQL page updates
2020-02-29 11:42:12 -05:00
Liyas Thomas
7148738112
Merge branch 'master' into feature/fast-url
2020-02-26 13:33:26 +05:30
Jacob Anavisca
492d1cfa8f
url api and updated test
2020-02-25 22:36:14 -05:00
Dmitry Yankowski
e88f98418a
Remove duplicate code
2020-02-25 11:10:18 -05:00
Dmitry Yankowski
8e9d6ae084
Merge remote-tracking branch 'origin/feature/fix-gql-state' into feature/fix-gql-state
2020-02-25 10:56:47 -05:00
Dmitry Yankowski
2d5b70ab85
Save collapsed sections to state
...
When you refresh or navigate to a new page and back, your collapsed sections will be as you set them.
2020-02-25 10:56:23 -05:00
Dmitry Yankowski
5779cddf22
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-25 10:55:57 -05:00
Dmitry Yankowski
a3d6573d93
Save collapsed sections to state
...
When you refresh or navigate to a new page and back, your collapsed sections will be as you set them.
2020-02-24 23:34:06 -05:00
Dmitry Yankowski
48100ead55
Commit code with double quotes instead of single quotes
2020-02-24 21:06:23 -05:00
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
777e629b3d
Initial prettier formatted files
2020-02-24 13:44:50 -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