feat(docs): execution context sections on folder and collection pages - #88
Open
sundram-bruno wants to merge 5 commits into
Open
sundram-bruno wants to merge 5 commits into
sundram-bruno wants to merge 5 commits into
Conversation
…itcher Splits the folder and collection pages into a configuration section and a collapsible Execution Context section, shows both variable phases with "None." when one is empty, wires the playground folder Vars tab to post-response variables, and clamps long environment names with a tooltip.
|
sachin-bruno
approved these changes
Sep 23, 2026
arpit-bruno
requested changes
Sep 23, 2026
arpit-bruno
left a comment
Collaborator
There was a problem hiding this comment.
Also pls resolve the conflict
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.
Jira: BRU-4444
Covers following UI parity bug number :
19. The folder and collection pages now have an Execution Context section, separate from the configuration section. Headers and auth stay under Folder Configuration and Collection Configuration; vars, script and tests move into Execution Context, which collapses and expands like the one on request pages. The environment switcher is hidden from the docs header when the collection has no environments.
25. A long environment name is cut short with an ellipsis in the switcher and in its dropdown, and the full name shows in a tooltip when it is cut.
32. Empty Post-Response variables now read "None." on the folder and collection pages, the same as on request pages, instead of the section disappearing.
33. The playground folder settings Vars tab now has a Post Response table, like the Bruno app. Edits are saved with the folder.
Also, when a collection has no environments, the playground switcher no longer opens a dropdown whose only entry repeats "No environments". It shows the text with no arrow.