pooja-bruno
e6afbc75ff
fix: authHeaders
2025-06-27 13:13:09 +05:30
pooja-bruno
1d6566679b
fix: include unsaved changes in generate code
2025-06-27 12:56:21 +05:30
Pooja
ff0ceb2879
feat: add dropdown to select language and add lib selector in code gen ( #4345 )
...
* feat: add dropdown to select language and add lib selector in code gen
* add: checkbox for interpolation
* rm: url should interpolate from url
* add: search in dropdown
* fixes
* add: autofocus for search
* add: arrow navigation in select
* fix
code improvements
fix
rm: editor wrapper
rm: font-size
improvement
rm: custom select
rm comments and add sparql mode
rm: styles
* add: tests and fixes
* fixes: file naming
* rm: comments
* fix
* fix: unit tests
* improvements
* fixes
* fix: indentation
* fix
* fixes: CodeViewToolbar
* trim: extra spaces
2025-06-25 20:26:42 +05:30
Johann Kaspar Lieberwirth
a93b05fd6e
Update wording for clarification. Add tooltip. ( #4761 )
...
* Update wording for clarification. Add tooltip.
* Update hint to match deafult style
2025-06-20 12:12:05 +05:30
lohit
6e89001825
fix: collection auth default value access fix and validations
2025-05-29 17:45:42 +05:30
lohit
0d8a696498
Merge pull request #4609 from pooja-bruno/feat/extend-support-for-more-auth-for-folder-level
...
feat: extend support for more auth in folder level
2025-05-16 20:20:33 +05:30
lohit
361add3385
handle folder run action while a collection run is in progress ( #4658 )
...
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-13 19:41:39 +05:30
ramki-bruno
b699088dd6
Create/Import collection UX improvements ( #4540 )
...
* Fix: Improve UX for selecting location when create/import collection
Allow editing the input path where previously the `<input>` is marked
`readonly`.
Also this will allow automating test using Playwright.
* Fix: Import-collection select-location Modal closes on error
* Improved error-toast for creating and importing collections
- Added a util for formatting the error form IPC
- Updated Toast global styles to prevent text overflow.
Whenever long file paths are shown, it overflows the Toast container.
2025-05-13 14:25:35 +05:30
lohit
a9982d6e28
removed unused collectionPathnmae prop to components ( #4640 )
...
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-10 15:11:26 +05:30
Pooja
c47bc86d37
fix: Improve Variable Highlighting in Code Generation and Environment Views ( #4593 )
2025-05-08 21:53:14 +05:30
sanish chirayath
dfa951e574
Feature: postman to bru translator ( #4534 )
2025-05-08 21:51:21 +05:30
lohit
e9a79a32da
lint error fixes ( #4623 )
...
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-08 18:12:16 +05:30
lohit
2ee7ce5829
persist request/folder uids after request/folder resequencing and ui updates ( #4611 )
...
* move file/folder uids to new paths
* drag file/folder preview ui updates, can item be dropped ui hint check
---------
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-06 22:20:59 +05:30
pooja-bruno
9e29821012
feat: extend support for more auth in folder level
2025-05-06 17:56:34 +05:30
lohit
38c307d6f1
feat: folder sequencing ( #4595 )
...
Co-authored-by: Pooja Belaramani <pooja@usebruno.com >
Co-authored-by: naman-bruno <naman@usebruno.com >
Co-authored-by: lohit <lohit@usebruno.com >
2025-05-05 16:52:00 +05:30
Thim
9845363349
Feat: Standalone Package to convert to Bruno collection(Part 2)
...
This contains the bulk of the changes apart from renaming files.
This is a continuation of #2341 .
Co-authored-by: lohit <lohit@usebruno.com >
Co-authored-by: pooja-bruno <pooja@usebruno.com >
2025-04-07 22:24:57 +05:30
Pooja Belaramani
b0caf46406
fix: request run crash
2025-03-25 15:31:28 +05:30
Anoop M D
039c157f33
feat: improved item info ux
2025-03-18 19:51:36 +05:30
Anoop M D
1009d42f92
chore: fix caret color
2025-03-18 00:50:59 +05:30
Anoop M D
1be0e8d31c
feat: custom filename can be shown by clicking advanced options
2025-03-18 00:50:59 +05:30
Anoop M D
3808089e60
feat: added helptips for file and folder custom names
2025-03-17 02:54:36 +05:30
lohit
cd2f5d5233
filename support ui updates, regex update for generating validation error for the last char, getEncoding function headers props optional chaining validation ( #4243 )
2025-03-17 01:36:39 +05:30
Anoop M D
df196f5d25
feat: add Help tooltip component and help info for collection location
2025-03-14 23:16:00 +05:30
lohit
9bde3c44f7
filename support for requests and folders ( #4111 )
2025-03-14 20:07:33 +05:30
Hans Knöchel
11c14530eb
chore: rephrase placeholder for clarity
2025-03-14 03:07:51 +05:30
naman-bruno
989e553648
Fixed issue where Global Environment dropdown was not hiding after click ( #3828 )
2025-03-13 02:45:31 +05:30
Nathan Baulch
122e0a1d02
fix: typos
2025-03-13 02:22:10 +05:30
lohxt1
38cf206075
revert import colleciton modal ui changes
2025-03-08 17:05:31 +05:30
lohxt1
9d598db55e
share collection and import collection ui updates
...
~ added share collection option in the collection overview tab
2025-03-08 17:05:31 +05:30
Anoop M D
f8b4a0b85b
feat: notification visibility rules based on semver
2025-02-14 18:16:34 +05:30
ramki-bruno
711eb24c01
Refactoring InfoTip to support just text and children instead of HTML
2025-02-14 16:00:59 +05:30
naman-bruno
4a613ed1b7
Fix: duplicate collection tabs
2025-02-11 15:35:52 +05:30
Sanjai Kumar
89a4cd62bc
Feat: Move-Collection with Drag-and-Drop ( #3755 )
...
---------
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-02-10 20:46:42 +05:30
ramki-bruno
667b15386c
Fix: Unresponsive click-area in folder-collection-item between chevron-icon and name
2025-02-06 23:34:58 +05:30
ramki-bruno
086e943c04
Fix: Collectio-items not loading when clicking on chevron icon the first-time
2025-02-06 23:34:58 +05:30
naman-bruno
722d9788ca
Feature: Improve tab UX ( #3831 )
...
---------
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-02-06 19:34:10 +05:30
ramki-bruno
b51f8109a2
Review changes and minor-refactoring in Reveal in Finder feature
2025-01-29 11:18:57 +05:30
Naman
8f241a32ae
Feature: Reveal in Finder ( #3698 )
...
* feat: Reveal in Finder
* added support for linux
2025-01-29 11:18:57 +05:30
Anoop M D
9f5f975f70
feat: async parser workers ( #3834 ) ( #3887 )
...
feat: async parser workers (#3834 )
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2025-01-29 02:53:53 +05:30
sanish chirayath
31b2818821
fix: modal - provide default handleConfirm function and update dependencies in useEffect ( #3830 )
2025-01-17 14:52:06 +05:30
naman-bruno
8a71dfc022
enhancement: moved collection click area from name to div ( #3813 )
2025-01-17 13:20:53 +05:30
Pragadesh-45
b5ae2b2b45
fix: enhance keyboard navigation for language selection in GenerateCodeItem
2025-01-06 16:33:17 +05:30
Pragadesh-45
548f958a0f
Refactor/ Implement Focusable Buttons in the Generate Code Modal ( #3310 )
...
* refactor: GenerateCodeItem component to fix width issue
* feat: tab switch for languages
* style: add logic to handle different screen sizes
* feat: enhance keyboard navigation for language selection in GenerateCodeItem
2025-01-02 11:17:56 +05:30
Pooja Belaramani
5c1ab647fc
fix: collapse collection on clicking name
2024-12-31 13:01:41 +05:30
Pooja Belaramani
83e63e749e
feat: open setting for folder and collection when
2024-12-31 12:25:03 +05:30
lohxt1
c154dec2b5
fix: followup pr - only close folder tab on rename
2024-12-15 19:55:15 +05:30
Pragadesh-45
b181aba646
feat: enhance collection item deletion and renaming functionality ( #3607 )
2024-12-15 16:44:32 +05:30
lohit
33e86a9097
feat: replace nextjs with rsbuild ( #3617 )
...
* poc: bruno app rsbuild
* fix: updates
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-12-14 19:57:04 +05:30
lohxt1
7535b3d4ba
chore: version bump
2024-12-04 20:55:31 +05:30
Anoop M D
eb6944a1c9
fix( #163 ) - removed max limit on request names
2024-12-01 13:52:59 +05:30