Commit Graph

862 Commits

Author SHA1 Message Date
Liyas Thomas
367d73ef23 i18n 2019-11-28 00:38:23 +05:30
Liyas Thomas
c75e4a52eb Updated test 2019-11-27 20:22:32 +05:30
Liyas Thomas
0ac01fe8e5 Updated test 2019-11-27 20:15:47 +05:30
Liyas Thomas
13615e06e9 🐛 Fixes #353 2019-11-27 19:52:03 +05:30
Liyas Thomas
623b177eb0 Basic i18n support (#351)
Basic i18n support
2019-11-27 17:40:32 +05:30
Liyas Thomas
a74522c465 Merge branch 'master' into i18n 2019-11-27 17:33:16 +05:30
Liyas Thomas
4f5788fe31 Merge pull request #344 from athul/athul-patch
♻️ Refactor Functions
2019-11-27 17:22:30 +05:30
Liyas Thomas
d739af3d4b Merge branch 'master' into athul-patch 2019-11-27 17:14:50 +05:30
Liyas Thomas
3a2284cf99 ES6 2019-11-27 17:04:43 +05:30
Liyas Thomas
9019babf6d Merge branch 'master' into i18n 2019-11-27 15:44:02 +05:30
Liyas Thomas
5382cd8d5f 🐛 Fixed SSE connection closing issues. Fixes #349 2019-11-27 15:35:39 +05:30
Liyas Thomas
37c41086d2 Undo header/param/body param deletion (#350)
Undo header/param/body param deletion
2019-11-27 15:09:56 +05:30
Liyas Thomas
2697cce6dd 🎉 Basic i18n support 2019-11-27 14:15:11 +05:30
Andrew Bastin
294b26787b Added undo functionality to the index page 2019-11-26 23:01:03 -05:00
Andrew Bastin
b67de81616 Added undo button for undoing removing headers 2019-11-26 22:46:33 -05:00
Liyas Thomas
36568d5720 🐛 Fixed build + refactored all js files 2019-11-27 06:54:32 +05:30
Liyas Thomas
dcf1966719 Merge branch 'master' into athul-patch 2019-11-27 05:57:53 +05:30
Liyas Thomas
33cbc9b525 Added ability to run GraphQL queries (#346)
Added ability to run GraphQL queries
2019-11-27 04:52:56 +05:30
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
7fab6f4732 Added query field to the GQL state 2019-11-26 15:43:06 -05:00
Andrew Bastin
9ad822577b Added ability to do GraphQL queries 2019-11-26 15:37:41 -05:00
Athul Cyriac Ajay
bdaac40435 Deleting Comments
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
2019-11-26 21:03:53 +05:30
James George
19b43e152a Merge branch 'master' into athul-patch 2019-11-26 20:57:23 +05:30
Liyas Thomas
c4c320da83 🚨 Lint 2019-11-26 20:01:48 +05:30
athul
43cd6504b6 Edited as per @jamesgeorge007 's said 2019-11-26 19:08:28 +05:30
athul
cb8734bba7 Revert "Resolves @jamegeorge007 's Review"
This reverts commit 57860c17d9.
2019-11-26 19:03:06 +05:30
athul
57860c17d9 Resolves @jamegeorge007 's Review 2019-11-26 18:59:19 +05:30
Athul Cyriac Ajay
c56c162045 Update assets/js/curlparser.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
2019-11-26 18:50:42 +05:30
Liyas Thomas
249407403d Merge branch 'master' into athul-patch 2019-11-26 18:44:31 +05:30
Liyas Thomas
1aa5ec6aa4 Merge pull request #345 from NBTX/master
Add Proxy URL option
2019-11-26 18:34:47 +05:30
athul
f129ead9a0 Merge branch 'athul-patch' of github.com:athul/postwoman into athul-patch 2019-11-26 18:32:03 +05:30
athul
321a45615a Formatted 2019-11-26 18:31:55 +05:30
NBTX
dd280732d1 Add Proxy URL option 2019-11-26 06:53:12 -06:00
Athul Cyriac Ajay
8966e6fd55 Delete yarn.lock 2019-11-26 18:22:41 +05:30
athul
3523b5f2c7 ♻️ Refactor Functions 2019-11-26 18:19:51 +05:30
Liyas Thomas
2f727b1a1e refactor: minor improvements (#343)
refactor: minor improvements
2019-11-26 17:44:11 +05:30
jamesgeorge007
6e537eed58 fix: make headers property writable 2019-11-26 15:41:53 +05:30
jamesgeorge007
ffb8fd0172 refactor(index): use directive shorthand notation
for consistency
2019-11-26 14:37:32 +05:30
jamesgeorge007
ba1410c7f4 refactor(index): self closing components 2019-11-26 14:34:40 +05:30
jamesgeorge007
61f8e36383 refactor(folder): self closing component 2019-11-26 14:32:18 +05:30
jamesgeorge007
20a7094d33 refactor(index): us Array.includes 2019-11-26 14:27:51 +05:30
jamesgeorge007
06d7534462 refactor(realtime): replace instances of var with const 2019-11-26 14:25:40 +05:30
jamesgeorge007
b3680224cc refactor(index): replace instances of var with const 2019-11-26 14:24:27 +05:30
jamesgeorge007
113bf14718 refactor(graphql): replace instances of var with const 2019-11-26 14:20:57 +05:30
Andrew Bastin
937df4486e Merge pull request #341 from AndrewBastin/feat/gql_req_header
GraphQL Request Headers
2019-11-26 00:06:59 -05:00
Andrew Bastin
5f79ca2872 Fixed header inclusion mistake 2019-11-25 23:42:41 -05:00
Andrew Bastin
e999d7428a Merge remote-tracking branch 'upstream/master' into feat/gql_req_header 2019-11-25 22:52:23 -05:00
Andrew Bastin
146df237f2 Added Headers for GraphQL requests 2019-11-25 22:48:36 -05:00