Commit Graph

139 Commits

Author SHA1 Message Date
Anoop M D
f2925022e8 feat: Using CodeEditor for displaying response (more performant, no flicker :D) 2022-03-20 14:14:41 +05:30
Anoop M D
7c2e909488 feat: request json body support 2022-03-20 14:02:33 +05:30
Anoop M D
23910d3bb2 feat: request body selector 2022-03-19 21:46:30 +05:30
Anoop M D
ad971d9877 feat: delete request headers 2022-03-19 19:13:16 +05:30
Anoop M D
cb96a175df feat: add and update request headers 2022-03-19 18:33:16 +05:30
Anoop M D
5cbf163e26 refactor: regroup request related components under request pane 2022-03-19 17:35:51 +05:30
Anoop M D
13847437e0 feat: create new folder inside a folder 2022-03-19 17:09:49 +05:30
Anoop M D
4245ef7d13 feat: create request inside a folder 2022-03-19 15:23:20 +05:30
Anoop M D
afb545e14b feat: rename collection item 2022-03-19 03:18:15 +05:30
Anoop M D
42920b0596 fix: fixed bug in saving requests 2022-03-19 02:14:59 +05:30
Anoop M D
4ded884501 feat: delete collection item 2022-03-19 01:05:43 +05:30
Anoop M D
7fc624d1a8 feat: display dropdown items based in item type 2022-03-18 22:57:18 +05:30
Anoop M D
c1e93915d4 fix: depth in collection items 2022-03-18 22:48:05 +05:30
Anoop M D
ce02906070 feat: ctrl+enter triggers send 2022-03-18 22:35:12 +05:30
Anoop M D
a79593f951 refactor: old store cleanup 2022-03-18 21:20:11 +05:30
Anoop M D
1fe1247cf3 refactor: redux migration - new request 2022-03-18 21:10:42 +05:30
Anoop M D
d90178240e refactor: redux migration new folder in collection 2022-03-18 19:45:20 +05:30
Anoop M D
7faff0339b refactor: redux migration - save request 2022-03-18 18:38:49 +05:30
Anoop M D
038eb47dda refactor: redux migration - sending requests 2022-03-18 14:45:27 +05:30
Anoop M D
914927bbfd refactor: redux migration - request tabs 2022-03-18 04:43:35 +05:30
Anoop M D
c8e679b7e0 chore: cleanup 2022-03-18 03:13:20 +05:30
Anoop M D
b3ac4ce644 refactor: redux migration - collection create 2022-03-18 03:11:50 +05:30
Anoop M D
9c44221971 refactor: redux migration - collection click 2022-03-18 02:59:10 +05:30
Anoop M D
63ba4b34c4 refactor: redux migration - load collections from idb 2022-03-18 02:48:41 +05:30
Anoop M D
951014cca2 chore: align request method 2022-03-18 02:24:30 +05:30
Anoop M D
907f44d351 refactor: redux migration - idb readiness 2022-03-18 01:56:25 +05:30
Anoop M D
b46d3c5a9e refactor: redux migration - toggle menubar 2022-03-17 09:41:27 +05:30
Anoop M D
8b48a388ad fix: fixed codemirror performance issue 2022-03-16 04:01:42 +05:30
Anoop M D
762599b82e chore: bumbed codemirror version 2022-03-16 03:29:55 +05:30
Anoop M D
2a0c7947a3 chore: increased modal button size from sm to md 2022-03-16 03:10:51 +05:30
Anoop M D
bd621196ba chore: show caret for empty folders 2022-03-16 02:27:52 +05:30
Anoop M D
dfa68561f6 chore: using tabler icon instead of fontawesome for caret 2022-03-16 02:18:38 +05:30
Anoop M D
6badca632b fix: fixed issue where 4xx errors were not being returned 2022-03-16 01:49:02 +05:30
Anoop M D
ef9c6c493e feat: striped response header table 2022-03-16 01:48:33 +05:30
Anoop M D
e471d94fbc feat: persist request url changes upon saving them 2022-03-16 01:00:35 +05:30
Anoop M D
7370ec63d1 chore: cleanup 2022-03-16 00:59:57 +05:30
Anoop M D
10d542311e chore: cleanup unused props 2022-03-15 03:13:26 +05:30
Anoop M D
b313cc53cc feat: Response Placeholder Component 2022-03-15 02:49:14 +05:30
Anoop M D
910f19c045 feat: display request method in sidebar 2022-03-15 01:58:26 +05:30
Anoop M D
8214255fe8 feat: send http request 2022-03-14 23:16:49 +05:30
Anoop M D
0030a1b8d8 feat: toggle left menubar 2022-03-14 03:08:57 +05:30
Anoop M D
92692c766a refactor: ids -> uids + NewRequest functionality 2022-03-14 02:43:36 +05:30
Anoop M D
686894e0bd refactor: AddFolder to NewFolder 2022-03-13 23:01:16 +05:30
Anoop M D
e833493bce refactor: findCollectionByUid 2022-03-13 22:52:14 +05:30
Anoop M D
af44c0e434 refactor: refactored idb related operations to custom hooks 2022-03-13 22:43:53 +05:30
Anoop M D
b91a25233f feat: Collection changes are synced to IndexedDB 2022-03-13 21:27:59 +05:30
Anoop M D
e775cd47a9 fix: fixed collection collapse while adding folders 2022-03-13 20:29:47 +05:30
Anoop M D
2f594835d8 feat: AddFolder Modal 2022-03-13 19:59:10 +05:30
Anoop M D
33ff9e603b feat: Add Folder to Collection 2022-03-13 17:43:21 +05:30
Anoop M D
84e675dec4 feat: EnvironmentSelector Component 2022-03-13 13:18:15 +05:30