Commit Graph

  • bd153bf849 feat: support for sending url encoded params (resolves #11) Anoop M D 2022-10-03 00:41:25 +05:30
  • 7f0f496bb4 feat: support for sending xml and text request body (resolves #10) Anoop M D 2022-10-02 04:58:43 +05:30
  • 6e926f0ba6 feat: sort requests and folders, resolves #9 Anoop M D 2022-10-02 03:49:04 +05:30
  • b08ed62378 chore: collections and items are in collapsed state on load Anoop M D 2022-10-02 03:36:42 +05:30
  • 8d4c56dbd9 feat: save query params in request, resolves #5 Anoop M D 2022-10-02 03:27:55 +05:30
  • 2313afdb82 Merge pull request #7 from usebruno/feature/search-collections Anoop M D 2022-10-01 18:24:32 +05:30
  • fc93faff06 feat: search collections, resolves #1 feature/search-collections Anusree Subash 2022-10-01 18:17:33 +05:30
  • cb0d09d2ee feat: mit license Anoop M D 2022-09-29 02:17:05 +05:30
  • 85677b8a6c feat: clone request, resolves #3 Anoop M D 2022-09-29 02:02:17 +05:30
  • c7cced5868 feat: September 2022 updates Anoop M D 2022-03-22 18:18:20 +05:30
  • 81b88e964f chore: sidebar deprecated Anoop M D 2022-03-21 00:03:03 +05:30
  • f2925022e8 feat: Using CodeEditor for displaying response (more performant, no flicker :D) Anoop M D 2022-03-20 14:14:41 +05:30
  • 7c2e909488 feat: request json body support Anoop M D 2022-03-20 14:02:33 +05:30
  • 23910d3bb2 feat: request body selector Anoop M D 2022-03-19 21:46:30 +05:30
  • ad971d9877 feat: delete request headers Anoop M D 2022-03-19 19:13:16 +05:30
  • cb96a175df feat: add and update request headers Anoop M D 2022-03-19 18:33:16 +05:30
  • 5cbf163e26 refactor: regroup request related components under request pane Anoop M D 2022-03-19 17:35:51 +05:30
  • 13847437e0 feat: create new folder inside a folder Anoop M D 2022-03-19 17:09:49 +05:30
  • 4245ef7d13 feat: create request inside a folder Anoop M D 2022-03-19 15:23:20 +05:30
  • afb545e14b feat: rename collection item Anoop M D 2022-03-19 03:18:15 +05:30
  • 42920b0596 fix: fixed bug in saving requests Anoop M D 2022-03-19 02:14:59 +05:30
  • 4ded884501 feat: delete collection item Anoop M D 2022-03-19 01:05:43 +05:30
  • 7fc624d1a8 feat: display dropdown items based in item type Anoop M D 2022-03-18 22:57:18 +05:30
  • c1e93915d4 fix: depth in collection items Anoop M D 2022-03-18 22:48:05 +05:30
  • ce02906070 feat: ctrl+enter triggers send Anoop M D 2022-03-18 22:35:12 +05:30
  • a79593f951 refactor: old store cleanup Anoop M D 2022-03-18 21:20:11 +05:30
  • 1fe1247cf3 refactor: redux migration - new request Anoop M D 2022-03-18 21:10:42 +05:30
  • d90178240e refactor: redux migration new folder in collection Anoop M D 2022-03-18 19:45:20 +05:30
  • 7faff0339b refactor: redux migration - save request Anoop M D 2022-03-18 18:38:49 +05:30
  • 038eb47dda refactor: redux migration - sending requests Anoop M D 2022-03-18 14:45:27 +05:30
  • 914927bbfd refactor: redux migration - request tabs Anoop M D 2022-03-18 04:43:35 +05:30
  • c8e679b7e0 chore: cleanup Anoop M D 2022-03-18 03:13:20 +05:30
  • b3ac4ce644 refactor: redux migration - collection create Anoop M D 2022-03-18 03:11:50 +05:30
  • 9c44221971 refactor: redux migration - collection click Anoop M D 2022-03-18 02:59:10 +05:30
  • 63ba4b34c4 refactor: redux migration - load collections from idb Anoop M D 2022-03-18 02:48:41 +05:30
  • 951014cca2 chore: align request method Anoop M D 2022-03-18 02:24:30 +05:30
  • 907f44d351 refactor: redux migration - idb readiness Anoop M D 2022-03-18 01:56:25 +05:30
  • b46d3c5a9e refactor: redux migration - toggle menubar Anoop M D 2022-03-17 09:41:27 +05:30
  • 8b48a388ad fix: fixed codemirror performance issue Anoop M D 2022-03-16 04:01:42 +05:30
  • 762599b82e chore: bumbed codemirror version Anoop M D 2022-03-16 03:29:55 +05:30
  • 2a0c7947a3 chore: increased modal button size from sm to md Anoop M D 2022-03-16 03:10:51 +05:30
  • bd621196ba chore: show caret for empty folders Anoop M D 2022-03-16 02:27:52 +05:30
  • dfa68561f6 chore: using tabler icon instead of fontawesome for caret Anoop M D 2022-03-16 02:18:38 +05:30
  • 6badca632b fix: fixed issue where 4xx errors were not being returned Anoop M D 2022-03-16 01:49:02 +05:30
  • ef9c6c493e feat: striped response header table Anoop M D 2022-03-16 01:48:33 +05:30
  • e471d94fbc feat: persist request url changes upon saving them Anoop M D 2022-03-16 01:00:35 +05:30
  • 7370ec63d1 chore: cleanup Anoop M D 2022-03-16 00:59:57 +05:30
  • 10d542311e chore: cleanup unused props Anoop M D 2022-03-15 03:13:26 +05:30
  • b313cc53cc feat: Response Placeholder Component Anoop M D 2022-03-15 02:49:14 +05:30
  • 910f19c045 feat: display request method in sidebar Anoop M D 2022-03-15 01:58:26 +05:30
  • 8214255fe8 feat: send http request Anoop M D 2022-03-14 23:16:49 +05:30
  • 0030a1b8d8 feat: toggle left menubar Anoop M D 2022-03-14 03:08:57 +05:30
  • 92692c766a refactor: ids -> uids + NewRequest functionality Anoop M D 2022-03-14 02:43:36 +05:30
  • 686894e0bd refactor: AddFolder to NewFolder Anoop M D 2022-03-13 23:01:16 +05:30
  • e833493bce refactor: findCollectionByUid Anoop M D 2022-03-13 22:52:14 +05:30
  • af44c0e434 refactor: refactored idb related operations to custom hooks Anoop M D 2022-03-13 22:43:53 +05:30
  • b91a25233f feat: Collection changes are synced to IndexedDB Anoop M D 2022-03-13 21:27:59 +05:30
  • e775cd47a9 fix: fixed collection collapse while adding folders Anoop M D 2022-03-13 20:29:47 +05:30
  • 2f594835d8 feat: AddFolder Modal Anoop M D 2022-03-13 19:59:10 +05:30
  • 33ff9e603b feat: Add Folder to Collection Anoop M D 2022-03-13 17:43:21 +05:30
  • 84e675dec4 feat: EnvironmentSelector Component Anoop M D 2022-03-13 13:18:15 +05:30
  • 44368851ed feat: CollectionTitleBar Component Anoop M D 2022-03-11 22:19:11 +05:30
  • b65d0e2a66 feat: save collection to indexedDB Anoop M D 2022-03-10 09:01:05 +05:30
  • c857088e2d feat: Toast component Anoop M D 2022-03-10 09:00:32 +05:30
  • 7ee80298f9 feat: use ipc to overcome cors Anoop M D 2022-03-09 01:15:26 +05:30
  • 6e6d8d4c92 chore: added home icon in request tabs Anoop M D 2022-03-08 09:32:31 +05:30
  • 5683298deb refactor: Auth Anoop M D 2022-03-08 02:22:21 +05:30
  • aa98cfe86e feat: Signup Page Anoop M D 2022-03-07 20:29:59 +05:30
  • 3856f244f5 feat: Login Page Anoop M D 2022-03-07 20:02:39 +05:30
  • a17b9f4b73 refactor: TitleBar Anoop M D 2022-03-07 18:14:49 +05:30
  • 37d9f75f64 feat: migration to electron + next complete Anoop M D 2022-03-07 17:52:35 +05:30
  • 1f2b64c7cc feat: electron + nextjs Anoop M D 2022-03-05 23:07:48 +05:30
  • 7b3808f27b feat: init electron Anoop M D 2022-03-05 22:55:25 +05:30
  • d089cee5d6 chore: mock component for collection toolbar Anoop M D 2022-03-05 22:49:46 +05:30
  • ac7d5c04a3 chore: IDB_CONNECTION_READY action Anoop M D 2022-02-03 23:25:38 +05:30
  • 87907eeb53 feat: vscode themed menubar Anoop M D 2022-01-31 10:36:29 +05:30
  • 42fa05bc0f feat: idb get and save collection methods Anoop M D 2022-01-30 23:57:24 +05:30
  • be9998568c feat: useIdb hook Anoop M D 2022-01-29 23:53:22 +05:30
  • 6c9f7250ea refactor: response overlay Anoop M D 2022-01-28 23:03:10 +05:30
  • 6af169ffee fix: fixed query result codemirror shake issue upon scroll Anoop M D 2022-01-26 20:31:49 +05:30
  • 1b78a2c223 feat: dragbar adjusting request and response panes Anoop M D 2022-01-26 15:34:46 +05:30
  • 48f1d7119f chore: fixed json syntax highlighting in codemirror Anoop M D 2022-01-26 03:06:46 +05:30
  • 2007ff3a67 chore: codemirror editor occupy remaing height Anoop M D 2022-01-26 03:00:21 +05:30
  • 6812494d6b chore: style updates Anoop M D 2022-01-25 03:41:35 +05:30
  • 178b92f975 feat: added hotkeys provider Anoop M D 2022-01-24 23:57:30 +05:30
  • c3dde749e3 feat: detect changes in request url Anoop M D 2022-01-23 18:08:01 +05:30
  • b4599b65b9 fix: fix react warnings Anoop M D 2022-01-23 17:14:46 +05:30
  • 2431c0ac03 feat: reducer and actions for creating a collection Anoop M D 2022-01-23 17:13:30 +05:30
  • efaa9aed21 feat: using css vars for brand and tab border color Anoop M D 2022-01-22 21:36:28 +05:30
  • 070a34883a Merge pull request #2 from anusreesubash/feature/create-collection-form-validation Anoop M D 2022-01-21 14:48:05 +05:30
  • c6d09cf9a7 chore: style updates Anoop M D 2022-01-21 13:25:39 +05:30
  • e4d51bcebf feat: HttpRequestPane Anoop M D 2022-01-20 21:34:44 +05:30
  • 7b6efe6044 feat: create collection form validation Anusree Subash 2022-01-19 00:25:08 +05:30
  • 6b549f2baf chore: updated styles for request headers Anoop M D 2022-01-19 00:11:51 +05:30
  • 3133f5e253 feat: moved up the state logic for graphql query change Anoop M D 2022-01-18 21:55:22 +05:30
  • 2f222aebde feat: moved the logic up for managing request url Anoop M D 2022-01-18 21:41:27 +05:30
  • 83d33b604a feat: moved up the logic for making the network call Anoop M D 2022-01-18 20:28:18 +05:30
  • f719922072 chore: updated request tab close icon styles Anoop M D 2022-01-18 00:21:46 +05:30
  • b7dcc80e77 chore: minor style updates Anoop M D 2022-01-17 23:53:17 +05:30
  • 4f7b5187be chore: added input in creation collection form Anoop M D 2022-01-13 23:27:27 +05:30