Commit Graph

1529 Commits

Author SHA1 Message Date
Liyas Thomas
8b7fd238d0 Detech whether extension is already installed or not, if not, shoe install prompt toast 2020-01-23 11:03:22 +05:30
Liyas Thomas
df21deddba ✏️ Updated extensions link 2020-01-23 09:15:59 +05:30
Liyas Thomas
91b29b893b Merge branch 'master' into auth 2020-01-23 08:53:03 +05:30
Liyas Thomas
32c7ece2ef 🔥 Firestore rules 2020-01-23 08:02:34 +05:30
Liyas Thomas
dbbf310e83 ♻️ Rewrote all DB structure 2020-01-23 07:51:23 +05:30
Andrew Bastin
52fe6474e2 Merge branch 'master' into feat/chrome-extension 2020-01-22 12:38:39 -05:00
Andrew Bastin
81654c35da Use relative imports
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
2020-01-22 12:38:17 -05:00
Liyas Thomas
32d57814a9 🎉 Powered by Netlify 2020-01-22 19:29:11 +05:30
Liyas Thomas
860993663f 🐛 Fixed error on Download feed 2020-01-22 12:47:09 +05:30
Liyas Thomas
ea7feee840 🐛 Fixed broken responsiveness UI in Feeds 2020-01-22 10:28:37 +05:30
Liyas Thomas
a556e6d0c2 🐛 Fixed sync toast prompt 2020-01-22 10:10:29 +05:30
Liyas Thomas
bf686736f8 Updated Firestore data rules 2020-01-22 09:48:52 +05:30
Andrew Bastin
56c7ec3750 Merge branch 'master' into feat/chrome-extension 2020-01-21 21:09:15 -05:00
Liyas Thomas
a7cd6395b7 🎉 Completed MVP 2020-01-22 07:27:38 +05:30
Andrew Bastin
2d6d1b2d34 Added Chrome Strategy as a valid network strategy 2020-01-21 20:01:22 -05:00
Andrew Bastin
a235d38240 Added ChromeStrategy to interact with the Postwoman Chrome Extension 2020-01-21 20:00:29 -05:00
Liyas Thomas
43d95a2271 ✏️ Typo 2020-01-21 22:46:29 +05:30
Liyas Thomas
40e05a0461 Account setting on setting page 2020-01-21 22:27:52 +05:30
James George
b60bc1ee39 Merge pull request #510 from liyasthomas/hotfix/validate-collections
Validate duplicate collections
2020-01-21 20:10:15 +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
Liyas Thomas
01a890bce9 ♻️ Refactor 2020-01-21 17:55:35 +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
8bc1df9b8e Show logged in user image 2020-01-21 12:04:03 +05:30
Liyas Thomas
29e96ddd12 Delete data 2020-01-21 08:32:43 +05:30
Liyas Thomas
a852432c9f 🎨 Minor UI stylings 2020-01-21 01:10:04 +05:30
Liyas Thomas
c7e5fc47ba Moved inputform and feed to index 2020-01-21 00:52:45 +05:30
Liyas Thomas
19a2323880 ♻️ Lint 2020-01-20 23:01:31 +05:30
Liyas Thomas
fb4554abe3 🎉 Initial Auth 2020-01-20 22:25:48 +05:30
Andrew Bastin
cd2680135d Merge pull request #508 from AndrewBastin/feat/gql-query-schema-val
GraphQL query validation based on schema
2020-01-19 19:53:53 -05:00
Andrew Bastin
8ae5dbc375 Fixed proxying through the firefox extension 2020-01-19 15:24:17 -05:00
Andrew Bastin
744d647704 GQL Query Editor doesn't give errors for empty queries 2020-01-19 14:38:46 -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
Andrew Bastin
f0cfee56f2 Added ability to query editor to validate based on schema 2020-01-19 14:21:31 -05:00
Nicholas Palenchar
61bf735315 response data into testing and error handling 2020-01-19 11:28:23 -05:00
Nicholas Palenchar
b2be9dce6f pw.test working 2020-01-19 10:46:04 -05:00
Liyas Thomas
8b970ed9a0 Merge pull request #506 from liyasthomas/refactor
Lint and refactor
2020-01-19 14:04:38 +05:30
Liyas Thomas
5458debe35 ♻️ Refactor 2020-01-19 12:37:19 +05:30
Nicholas Palenchar
dd970af6b1 inline expects returning testResults correctly 2020-01-18 13:26:07 -05:00
Andrew Bastin
d9feffa630 Merge pull request #505 from AndrewBastin/feat/gql-query-errors
Syntax Error marking in GraphQL query editor
2020-01-18 12:18:00 -05:00
Andrew Bastin
efe21d450e Merge branch 'master' into feat/gql-query-errors 2020-01-18 12:07:42 -05:00
Andrew Bastin
7728231cad Merge pull request #500 from AndrewBastin/refactor/strategy-proxy-handling
Refactoring proxy handling to be done in strategies
2020-01-18 12:07:26 -05:00
Nicholas Palenchar
3ecf62857c 💄 add tests section to UI 2020-01-18 12:06:45 -05:00
Nicholas Palenchar
b8beac37c3 Merge branch 'master' into feature/post-request-tests 2020-01-18 10:51:01 -05:00
jamesgeorge007
aa056ff1c1 refactor: remove extraneous else 2020-01-18 15:22:59 +05:30
Andrew Bastin
23199979e6 Merge branch 'master' into feat/gql-query-errors 2020-01-18 04:50:09 -05:00
Andrew Bastin
b3dd2ebf31 Removed GQL parse log 2020-01-18 04:43:58 -05:00
Andrew Bastin
0cec1b977a QueryEditor parses query on mount 2020-01-18 04:42:50 -05:00