Skip to content

fix: Cloud Config parameter modal overlays non-printable character info box#3221

Merged
mtrezza merged 1 commit intoparse-community:alphafrom
mtrezza:fix/info-padding
Feb 14, 2026
Merged

fix: Cloud Config parameter modal overlays non-printable character info box#3221
mtrezza merged 1 commit intoparse-community:alphafrom
mtrezza:fix/info-padding

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Feb 14, 2026

Pull Request

Issue

Cloud Config parameter modal overlays non-printable character info box.

Summary by CodeRabbit

  • Style
    • Updated the non-printable highlighter component layout for improved organization.
    • Adjusted non-alphanumeric info badge spacing for better visual alignment.

@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@coderabbitai
Copy link

coderabbitai bot commented Feb 14, 2026

📝 Walkthrough

Walkthrough

This pull request modifies the styling of the NonPrintableHighlighter component by adding flexbox layout to its container and adjusting the spacing of the non-alphanumeric info badge element.

Changes

Cohort / File(s) Summary
NonPrintableHighlighter Styling
src/components/NonPrintableHighlighter/NonPrintableHighlighter.scss
Adds flex display with column direction to container; adjusts info badge margin-top from -4px to 0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description is incomplete; it only includes the Issue section while missing the required Approach and Tasks sections from the template. Add the Approach section describing the styling changes made to fix the overlay issue, and include the Tasks section with relevant checkboxes.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main issue being fixed: a Cloud Config parameter modal overlaying a non-printable character info box.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into alpha

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

No actionable comments were generated in the recent review. 🎉


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.

@parseplatformorg
Copy link
Contributor

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@mtrezza mtrezza merged commit 983253e into parse-community:alpha Feb 14, 2026
11 checks passed
@mtrezza mtrezza deleted the fix/info-padding branch February 14, 2026 17:22
parseplatformorg pushed a commit that referenced this pull request Feb 14, 2026
# [9.0.0-alpha.5](9.0.0-alpha.4...9.0.0-alpha.5) (2026-02-14)

### Bug Fixes

* Cloud Config parameter modal overlays non-printable character info box ([#3221](#3221)) ([983253e](983253e))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 9.0.0-alpha.5

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Feb 14, 2026
parseplatformorg pushed a commit that referenced this pull request Feb 19, 2026
# [9.0.0](8.5.0...9.0.0) (2026-02-19)

### Bug Fixes

* Cloud Config parameter modal overlays non-printable character info box ([#3221](#3221)) ([983253e](983253e))
* Incomplete authentication on AI Agent endpoint ([GHSA-qwc3-h9mg-4582](https://github.com/parse-community/parse-dashboard/security/advisories/GHSA-qwc3-h9mg-4582)) ([#3224](#3224)) ([f92a9ef](f92a9ef))
* Non-printable character box missing when editing Cloud Config parameter ([#3218](#3218)) ([719ac09](719ac09))

### Features

* Add option to block saving Cloud Config parameter if validation fails ([#3225](#3225)) ([41691aa](41691aa))
* Add Regex string validation when editing Cloud Config parameter ([#3222](#3222)) ([067b9d1](067b9d1))
* Add support for checkbox, toggle, text input elements to script form ([#3219](#3219)) ([b9366bc](b9366bc))
* Add support for reversing info panel auto-scroll direction while holding Command+Option keys ([#3220](#3220)) ([7ebd121](7ebd121))
* Remove Node 18 support ([#3212](#3212)) ([a5c1bb2](a5c1bb2))

### BREAKING CHANGES

* Removes support for Node 18. ([a5c1bb2](a5c1bb2))
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 9.0.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:released Released as stable version state:released-alpha Released as alpha version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants