(improvements): UI refinements related to response formatter and actions - #21
Merged
arpit-bruno merged 22 commits intoJul 31, 2026
Merged
Conversation
sachin-bruno
approved these changes
Jul 30, 2026
sundram-bruno
added a commit
to sundram-bruno/bruno-api-docs
that referenced
this pull request
Jul 31, 2026
Copy state and its reset timer are needed by more than one control, so they move out of CopyButton into a hook. The signature and return shape match the one being added in usebruno#21 so the two can be reconciled easily; the hook additionally clears its confirmation when the value changes, which CopyButton needed and any other caller wants too.
vasharma05-bruno
force-pushed
the
response-formatter-qa-fixes
branch
from
July 31, 2026 12:03
99adb3b to
f4c6cff
Compare
arpit-bruno
approved these changes
Jul 31, 2026
sundram-bruno
added a commit
to sundram-bruno/bruno-api-docs
that referenced
this pull request
Jul 31, 2026
Takes the useCopy hook and the tabler-icon CopyButton from usebruno#21, keeping this branch's additions on top: the hook clears its confirmation when the value changes, and the button still exposes data-copied for the green tint and a derived test id on the tick.
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
This PR brings the following changes:
fetch, but is added byaxios