Add checkbox on each line in CodeEditor - #1129
Closed
survivant wants to merge 2 commits into
Closed
Conversation
Contributor
Author
|
I have a more complete example here : support select all/unselect all, generate tests from checkboxes : https://github.com/survivant/bruno/tree/feature/1125-generate-test-from-response |
Contributor
|
Hey @survivant ! Thank you for your contribution. After careful consideration, we've decided that adding checkboxes to each line of the response editor introduces a UX tradeoff that may not be justified by the added functionality of test automation. Additionally, we haven't seen significant interest from the broader community for this feature. For these reasons, we're going to close this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add checkbox in the CodeEditor if the property :
checkboxEnabledis passed to the CodeEditorTo have them you need to call the CodeEditor like that (the true.. it should be a variable instead in your code.
This PR is 1 of 3 to cover a more robust solution with those features implemented.
-#1125
-#1126
-#1127
Contribution Checklist: