-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
I have checked the following:
- I've searched existing issues and found nothing related to my issue.
This feature
- blocks me from using Bruno
- would improve my quality of life in Bruno
- is something I've never seen an API client do before
Describe the feature you want to add, and how it would change your usage of Bruno
The Bruno Settings Dialog should dynamically resize to utilize the available screen space. Currently, the layout across all tabs—including the Script tab—is fixed-width, which results in significant wasted screen real estate, especially on larger monitors.
For example, in the Script tab, the Pre Request and Post Response text boxes are constrained to a narrow width. This becomes frustrating when working with larger scripts, as it limits visibility and editing efficiency. The same issue is present across other tabs in the settings dialog.
Suggested Improvement:
- Make the settings dialog responsive to screen size.
- Allow text boxes and other input areas to expand horizontally with the window.
- Consider implementing a flexible grid or layout system that adapts to different resolutions and screen sizes.
User Impact: Improving the layout will significantly enhance usability, especially for users working with complex scripts or configurations. It will reduce the need for excessive scrolling and improve overall productivity.
Mockups or Images of the feature
No response