feat(docs): Parity UI bugs - #73
Open
sachin-bruno wants to merge 6 commits into
Open
Conversation
….resolve for relative paths (usebruno#68) * fix(playground): resolve relative paths from the root in the script sandbox * fix(playground): show post-response and test script errors in the response pane
|
sundram-bruno
approved these changes
Sep 9, 2026
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.
Ref: BRU-4132
Description
Fixes a batch of parity issues where the collection docs playground behaved or
looked different from the Bruno desktop app.
Fix
Most of these were CSS fixes in shared primitives, so every place that uses them benefits: the property table no longer shows a stray scrollbar, the collapsed execution context hides fully, and the body selector is aligned, filled and restyled to Figma. On the behaviour side, Prettify was added for JSON and XML, tab badges now count only ticked rows the way the app does, empty variables show
(empty)instead of a bare data type, and the execution flow says "HTTP Request" rather than repeating the URL, which now sticks to the top of the page while you scroll.