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
Sanjai Kumar
412a0ed078
Now based on the request type appropriate views are shown. ( #3340 )
...
* Now based on the request type appropriate views are shown.
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-11-20 17:22:04 +05:30
lohit
dc77ee7c04
feat: moved posthog key to process env ( #3490 )
2024-11-20 03:24:29 +05:30
Anoop M D
d007feb3d1
release: v1.34.2
2024-11-05 19:28:24 +05:30
Anoop M D
be4fc2d9ad
release: v1.34.1
2024-10-30 21:03:52 +05:30
Anoop M D
796fa0c27c
release: v1.34.0
2024-10-24 20:50:26 +05:30
lohit
f43775e245
chore: removed unused libraries ( #3330 )
...
* chore: posthog-node lib version upgrade
* chore: removed github button
* chore: removed lossless-json and json-bignt lib
* chore: updated package lock
* chore: removed unused libraries
2024-10-21 18:31:42 +05:30
Anoop M D
a4ad4f6073
release: v1.33.1
2024-10-15 13:50:02 +05:30
Anoop M D
dce96e0f13
release: v1.33.0
2024-10-09 23:37:37 +05:30
lohxt1
0fa0b3ef85
fix: generate code updates
2024-10-08 16:46:26 +05:30
lohit
90834b8c7d
Merge branch 'main' into feat/global-environments
2024-10-08 10:26:13 +05:30
Anoop M D
4e8e2e87dc
release: v1.32.1
2024-10-04 19:50:45 +05:30
Anoop M D
96e58f2f40
release: v1.32.0
2024-10-01 20:35:26 +05:30
lohxt1
a8fce54e97
feat: global env var highlight and interpolation
2024-09-30 11:48:30 +05:30
Anoop M D
1adfad6316
release: v1.31.0
2024-09-30 11:01:30 +05:30