Skip to content

Softwrap helper text below repo field in create environment form#11228

Draft
zachbai wants to merge 1 commit into
masterfrom
05-18-softwrap_helper_text_below_repo_field_in_create_environment_form
Draft

Softwrap helper text below repo field in create environment form#11228
zachbai wants to merge 1 commit into
masterfrom
05-18-softwrap_helper_text_below_repo_field_in_create_environment_form

Conversation

@zachbai
Copy link
Copy Markdown
Contributor

@zachbai zachbai commented May 18, 2026

Description

Softwrap the helper text below the Repo(s) field in the create/edit environment form.

Previously render_repo_helper_text_row placed all three elements—the instruction text, "Missing a repo?", and the "Configure access on GitHub" link—in a single Flex::row(). This caused the text to overflow and get clipped instead of wrapping.

Changes:

  • Add .soft_wrap(true) to the "Type owner/repo and press Enter..." Text element.
  • Restructure the layout from a single flat Flex::row() to a Flex::column() with:
    • Row 1: the instruction text (softwraps as needed)
    • Row 2: "Missing a repo? [Configure access on GitHub]" inner row

Linked Issue

  • The linked issue is labeled ready-to-spec or ready-to-implement.
  • Where appropriate, screenshots or a short video of the implementation are included below (especially for user-visible or UI changes).

Testing

  • I have manually tested my changes locally with ./script/run

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

Conversation: https://app.warp.dev/conversation/4c4a2d66-2788-4c7a-b206-a010ef46988c
Run: https://oz.warp.dev/runs/019e3cbb-8ddb-75e4-ad5f-4a0092d5c9dd

This PR was generated with Oz.

Stack the "Type owner/repo..." helper text and "Missing a repo? [link]" on
separate lines in a Flex::column, and add .soft_wrap(true) to the helper text
so it wraps instead of being truncated at the container edge.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant