Anoop M D
c27c750c3e
feat: preferences local storage and electron sync
2023-08-19 00:36:37 +05:30
Anoop M D
94baee8e25
feat: Preferences (General Tab)
2023-08-18 01:09:00 +05:30
Anoop M D
417b50b0ad
feat: Preferences (Theme and Support)
2023-08-18 00:18:30 +05:30
Anoop M D
86094cc054
fix: fixed issue where cancelling requests was throwing an error ( #146 )
2023-04-20 11:19:12 +05:30
David Coomber
5899ca446d
Applied code review feedback Re #128
2023-03-21 17:45:26 +02:00
David Coomber
8c29d131e2
Proposed addition of CMD+W hotkey Re #128
2023-03-19 18:38:08 +02:00
Anoop M D
f22858219b
fix: fixed issue while deleting empty query params ( #93 )
2023-02-22 02:42:59 +05:30
Anoop M D
8044286b80
feat: integrated assert runtime for ui
2023-02-22 02:25:02 +05:30
Anoop M D
224b8c3cc4
feat: vars runtime in UI
2023-02-21 15:26:12 +05:30
Anoop M D
d58e92205b
feat: assertions implementation in UI
2023-02-21 14:04:05 +05:30
Anoop M D
925af1f26f
feat: vars implementation in UI
2023-02-21 13:05:51 +05:30
Anoop M D
943e74c327
fix: fix windows filepath issues #89
2023-02-12 21:46:42 +05:30
Anoop M D
ef8e8bf637
feat: improved error messaging while attempting to create duplicate requests and folders
2023-02-09 17:55:42 +05:30
Anoop M D
5f59a16090
feat: run again, run collection and close functionality in collection runner
2023-02-07 19:00:17 +05:30
Anoop M D
3805cef0c4
feat: auto focus newly created environment
2023-02-07 18:11:34 +05:30
Anoop M D
33f8900705
chore: cleanup unused files
2023-02-06 23:02:47 +05:30
Anoop M D
22a14aa67a
feat: making request and response scripts work
2023-02-06 23:00:50 +05:30
Anoop M D
a0903a5842
fix: fixed many bugs (too many to count :) )
2023-02-01 21:21:21 +05:30
Anoop M D
b76ddcd007
feat: scripting and testing support in graphql has arrived
2023-02-01 18:02:10 +05:30
Anoop M D
6f6dedbb9c
feat: collection variables
2023-02-01 17:56:13 +05:30
Anoop M D
37b1c043eb
feat: start collection runner at root
2023-02-01 17:29:53 +05:30
Anoop M D
58bc247c53
feat: collection runner
2023-02-01 17:06:04 +05:30
Anoop M D
be49ef5f12
feat: rename collection
2023-02-01 09:59:23 +05:30
Anoop M D
d4f05fa843
feat: support for graphql variables
2023-02-01 09:23:11 +05:30
Anoop M D
7dd0d10a5d
fix: fixed bugs related to sequencing
2023-02-01 08:37:48 +05:30
Anoop M D
05a290839b
fix: fixed sidebar toggle width issues
2023-02-01 03:25:46 +05:30
Anoop M D
2e32423869
feat: better error messaging
2023-01-29 18:04:17 +05:30
Anoop M D
c328281f21
feat: testing support has arrived !
2023-01-29 17:35:28 +05:30
Anoop M D
050ee2680f
feat: improved request queuing status functionality
2023-01-29 13:20:19 +05:30
Anoop M D
d89f12c071
feat: support loading external libraries
2023-01-29 12:33:12 +05:30
Anoop M D
b1d2b798ba
feat: scripting support almost done
2023-01-29 04:49:31 +05:30
Anoop M D
a45628dd85
feat: moved env var interpolation logic to electron
2023-01-25 10:39:07 +05:30
Anoop M D
3d63db806d
feat: moved prepare request logic to electron
2023-01-24 19:34:06 +05:30
Anoop M D
fa40685a6a
feat: skipping telemetry in dev env
2023-01-24 17:28:31 +05:30
Anoop M D
5c8d0a9e8a
feat: script and tests functionality
2023-01-22 23:39:16 +05:30
Anoop M D
8fbb777665
feat: ask foldername when creating collection
2023-01-22 02:34:23 +05:30
Anoop M D
fff540010e
feat: hardening seq number functionality
2023-01-21 23:22:45 +05:30
Anoop M D
21c9c8b4fb
feat: drag and drop for files and folders
2023-01-20 00:45:07 +05:30
Anoop M D
dd71c9e71b
feat: response timeline
2023-01-18 20:55:10 +05:30
Anoop M D
76b0729af3
feat: ditched web, all in on desktop app
2023-01-18 04:11:42 +05:30
Anoop M D
36d0550472
feat: drag item to root of collection
2023-01-10 09:37:09 +05:30
Anoop M D
ee4734c957
feat: move requests across folders
2022-12-28 04:48:49 +05:30
Nash
b93be5a846
Set default theme to the user's browser theme ( #69 )
2022-11-09 22:55:30 +05:30
Anoop M D
2aef7c61a4
feat: graphql support ( #65 )
2022-11-07 02:56:58 +05:30
Anoop M D
11defe18ca
chore: disable telemetry during playwright test execution
2022-10-30 19:56:54 +05:30
Anoop M D
f283df2a1b
feat: posthog telemetry
2022-10-30 17:48:36 +05:30
Anoop M D
ef28637d0c
Merge branch 'feature/dark-mode'
2022-10-23 12:37:20 +05:30
Anoop M D
96f50b0c6d
feat: dark-mode completed :)
2022-10-23 11:26:16 +05:30
Bram Hoven
ea3a9394c9
Improve error for workspace deletion ( #39 )
...
* Move dmg-license to optionalDependencies so it can be installed on windows
* Extend toastError to accept a default error message
* Throw BrunoError when in deleteWorkspace
* Handle errors with the toastError
* Use existing parseError for getting errorMsg in toastError
2022-10-21 23:57:42 +05:30
Anoop M D
8e70e191e1
feat: darkmode (sidebar, menubar and welcome page #23 )
2022-10-21 04:20:23 +05:30