Fix mobile example wrapping - #49
Merged
Merged
Conversation
Deploying jst with
|
| Latest commit: |
fe7a370
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b08c5ad8.jst-5mg.pages.dev |
| Branch Preview URL: | https://agent-fix-mobile-example-wra.jst-5mg.pages.dev |
yoavf
marked this pull request as ready for review
August 19, 2026 08:04
PR Summary by QodoFix mobile command example wrapping
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
yoavf
force-pushed
the
agent/fix-mobile-example-wrapping
branch
from
August 19, 2026 08:06
adab8b0 to
342cee0
Compare
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can show, collapse, or hide each part of a finding: code, evidence, and all |
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.
What changed
Mobile command examples now wrap instead of requiring horizontal scrolling. Long command fragments can break safely, and connector paths are hidden on narrow screens while text-pair highlights remain.
Why
The hero examples used single-line, horizontally scrollable terminal rows, which left request text and translations cut off on mobile screens.
Impact
Mobile visitors can read complete example requests and generated commands without needing to discover horizontal scrolling.
Validation
npm run test:demo(31 passing)git diff --checkGreptile Summary
Mobile terminal examples now wrap long request and result text, while the cursor remains in the request flow and connector paths are hidden at narrow widths.
Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains; the previously reported wrapped-cursor issue is fixed because every preview rendering path places the cursor after the request content.
Important Files Changed
Reviews (2): Last reviewed commit: "Keep cursor with wrapped request" | Re-trigger Greptile