Softwrap helper text below repo field in create environment form#11228
Draft
zachbai wants to merge 1 commit into
Draft
Softwrap helper text below repo field in create environment form#11228zachbai wants to merge 1 commit into
zachbai wants to merge 1 commit into
Conversation
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>
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
Softwrap the helper text below the Repo(s) field in the create/edit environment form.
Previously
render_repo_helper_text_rowplaced all three elements—the instruction text, "Missing a repo?", and the "Configure access on GitHub" link—in a singleFlex::row(). This caused the text to overflow and get clipped instead of wrapping.Changes:
.soft_wrap(true)to the "Type owner/repo and press Enter..."Textelement.Flex::row()to aFlex::column()with:Linked Issue
ready-to-specorready-to-implement.Testing
./script/runAgent 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.