Commit Graph

126 Commits

Author SHA1 Message Date
Dmitry Yankowski
45b2b81fe4 Disable spell check on input fields 2020-02-25 10:56:36 -05:00
Dmitry Yankowski
ab4004fae0 Fix: Set showExtensionsToast to false in local storage if no is clicked 2020-02-25 10:56:36 -05:00
Dmitry Yankowski
6d534d312f Fix auto scroll
Wasn't actually working with the last PR. This one fixes it.
2020-02-25 10:56:30 -05:00
Dmitry Yankowski
ab49a125b2 Add loading message in response box for "Run query" action 2020-02-25 10:56:23 -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
6b675d5def Change from v-model to value as this is not set by the user 2020-02-25 10:55:57 -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
48100ead55 Commit code with double quotes instead of single quotes 2020-02-24 21:06:23 -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
jamesgeorge007
9ecec8ce17 refactor: object shorthand 2020-02-11 15:14:03 +05:30
jamesgeorge007
27da1c8e49 refactor: use relative imports 2020-02-11 15:07:43 +05:30
Andrew Bastin
6d463dcfef Updated commonHeaders definition to use the imported ones 2020-02-10 18:12:31 -05:00
Liyas Thomas
1d6d8af748 ♻️ Refactor 2020-01-31 00:18:20 +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
cf9fe0c02c Removed old variable store mechanisms 2020-01-29 20:05:59 -05:00
Liyas Thomas
2c0b8b5f8e Improving Lighthouse score 2020-01-28 20:02:07 +05:30
Andrew Bastin
d35d3061e5 Added variable editor and removed the old variable system 2020-01-27 18:42:38 -05:00
Andrew Bastin
77e51f3301 GraphQL page now notifies the query editor about the schema for validation 2020-01-19 14:22:56 -05:00
Liyas Thomas
5458debe35 ♻️ Refactor 2020-01-19 12:37:19 +05:30
Andrew Bastin
d8af767dc4 Updated graphql page to use QueryEditor for query field 2020-01-18 04:15:28 -05:00
pushrbx
76d2ca3e37 removed unneeded console.log 2020-01-17 17:58:09 +00:00
pushrbx
c4c2f1cbee 💚 Fixed #497 2020-01-17 11:58:13 +00:00
Liyas Thomas
1b783fdfa0 Merge branch 'master' into refactor/network-strategy 2020-01-14 22:36:09 +05:30
Alec Ananian
8690d18695 Replaced hard-coded strings with localizable strings
Added en locale as localization fallback
2020-01-14 07:43:41 -08:00
Andrew Bastin
3a8b4337f0 Refactor graphql page to use Network Strategies 2020-01-13 23:55:03 -05:00
Liyas Thomas
35a0d50918 🐛 Fixed a broken function 2020-01-10 09:06:08 +05:30
Liyas Thomas
57f7621567 ♻️ Refactoring code 2020-01-10 06:27:48 +05:30
Andrew Bastin
cc396aecd3 Updated field, type and graphql page to use the new argument and typelink components 2020-01-09 13:32:38 -05:00
Liyas Thomas
56a4ca0e21 🐛 Fixed clear button on variables list 2019-12-31 19:38:26 +05:30
pushrbx
1ac144e3a7 🎉 Added variables to graphql page (w/ lame type validation). 2019-12-31 13:09:26 +00:00
Liyas Thomas
d40de785b7 Lint and minor UI improvements 2019-12-29 06:17:00 +05:30
Liyas Thomas
ae237f1ad3 🐛 Fixes #435 2019-12-17 06:45:24 +05:30
Andrew Bastin
9fb966f705 GraphQL header keys now offer completion 2019-12-11 18:34:46 -05:00
Liyas Thomas
cd8b4d0dd1 💫 Updating animations and transitions 2019-12-08 22:38:32 +05:30
Liyas Thomas
72acdeaab9 Improved icon toggle 2019-12-02 20:50:20 +05:30
Andrew Bastin
c5d5c15b11 Changed the GQL query entry to use ace-editor 2019-11-30 02:09:34 -05:00
Liyas Thomas
068d251b64 Lint 2019-11-29 11:25:13 +05:30
LaurentBrieu
1c12c66b31 Add translations for FR/EN catalogues 2019-11-28 13:27:52 +01:00
Liyas Thomas
9019babf6d Merge branch 'master' into i18n 2019-11-27 15:44:02 +05:30
Liyas Thomas
2697cce6dd 🎉 Basic i18n support 2019-11-27 14:15:11 +05:30
Andrew Bastin
b67de81616 Added undo button for undoing removing headers 2019-11-26 22:46:33 -05:00
Andrew Bastin
d2115ab004 Added ability to copy GQL response 2019-11-26 16:55:43 -05:00
Andrew Bastin
9cbd6ea7b7 Added ability to copy GQL query 2019-11-26 16:48:13 -05:00
Andrew Bastin
ded69f979e Entered GQL query is persisted 2019-11-26 15:44:15 -05:00
Andrew Bastin
9ad822577b Added ability to do GraphQL queries 2019-11-26 15:37:41 -05:00
Liyas Thomas
c4c320da83 🚨 Lint 2019-11-26 20:01:48 +05:30
jamesgeorge007
113bf14718 refactor(graphql): replace instances of var with const 2019-11-26 14:20:57 +05:30
Andrew Bastin
5f79ca2872 Fixed header inclusion mistake 2019-11-25 23:42:41 -05:00