bruno/packages/bruno-app/src/utils
Ricardo Silverio 85f24eec77
[Feature] Prompt user to save requests before exiting app (#1317)
* Starting quit flow and focusing in draft
* Finishing app if there is no draft to save
* Automatically opening request after creation through event queue
* Fix remove events from queue using pathname to find item
* Removing updateNextAction
* Listening via predicate
* Confirm close dialog toggle moved to store
* Draft operations as tab actions
* Complete quit flow
* Fixing close app/window hooks
* Breaking the chain when dismissing dialog
* Displaying request name in ConfirmRequestClose modal
* Added disableEscapeKey and disableCloseOnOutsideClick props to Modal (passed in ConfirmRequestClose)
* Removing logs
* Refactor
* listenerMiddleware module
* ipc events listeners names
* Update next action
* Helpful comments
* Eventually handle events to close request even if is no draft
* Request name in bold
2024-01-08 17:21:55 +05:30
..
codegenerator fix(CodeGenerate): filter out disabled query params 2023-11-29 11:01:53 +02:00
codemirror fix(#1214): fixed code mirror lint issues 2024-01-05 16:11:33 +05:30
collections fix #1208: add collection headers to code generated (#1316) 2024-01-04 13:55:13 +05:30
common Merge branch 'main' into feature/always-indent-json-in-queryresult 2023-12-06 17:41:17 +01:00
curl fix: remove debug console.logs 2023-12-03 15:25:33 +02:00
events-queue [Feature] Prompt user to save requests before exiting app (#1317) 2024-01-08 17:21:55 +05:30
exporters fix: postman collection export 2023-10-13 07:01:59 +05:30
idb feat: ditched web, all in on desktop app 2023-01-18 04:11:42 +05:30
importers Merge pull request #995 from gianpo86/main 2023-11-30 02:10:12 +05:30
network feat: Use real content size, fix runner, use the correct content charset 2023-10-17 23:03:10 +02:00
tabs feat: added schema validation before saving collections to idb 2022-10-15 02:48:06 +05:30
url feat:added code generator to http-requests 2023-10-02 13:58:25 +05:45