Skip to content

Fix: Variables Text Missing Whitespace#7844

Merged
helloanoop merged 2 commits into
usebruno:mainfrom
TheUnCola:fix/variables-text-space
Apr 23, 2026
Merged

Fix: Variables Text Missing Whitespace#7844
helloanoop merged 2 commits into
usebruno:mainfrom
TheUnCola:fix/variables-text-space

Conversation

@TheUnCola
Copy link
Copy Markdown
Contributor

@TheUnCola TheUnCola commented Apr 23, 2026

Description

Added a space so the text will render properly in the bruno app.

Contribution Checklist:

  • I've used AI significantly to create this pull request
  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request. Variables Page Missing Whitespace #7843

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

Fixed:
bruno var with space

Summary by CodeRabbit

  • Bug Fixes
    • Fixed spacing issue in the Variables Editor for improved text readability.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: bc08ec5e-1db2-44f8-bda7-69109c6f3af8

📥 Commits

Reviewing files that changed from the base of the PR and between e12b736 and 3abdc64.

📒 Files selected for processing (1)
  • packages/bruno-app/src/components/VariablesEditor/index.js

Walkthrough

A single-line adjustment to the VariablesEditor UI note that adds an explicit React whitespace literal ({' '}) between the var token and subsequent text to ensure correct spacing in the rendered output.

Changes

Cohort / File(s) Summary
UI Note Spacing Fix
packages/bruno-app/src/components/VariablesEditor/index.js
Added explicit whitespace literal between inline var token and text to maintain proper spacing in UI note rendering.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • PR #6443: Modifies the same UI note text in VariablesEditor/index.js to add variable-usage documentation.

Suggested reviewers

  • helloanoop
  • lohit-bruno
  • naman-bruno
  • bijin-bruno

Poem

A space, a gap, a whisper small,
Between the code and text we call,
React's breath now explicit, clear,
Spacing flows just right, no fear. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely summarizes the main change: fixing missing whitespace in the Variables text rendering.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@helloanoop helloanoop merged commit 9501a14 into usebruno:main Apr 23, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants