Skip to content

fix(swift-ios): remove composer line cap - #6147

Draft
saphid wants to merge 1 commit into
pingdotgg:t3code/rebuild-mobile-app-swiftfrom
saphid:agent/swiftui-composer-unlimited-extracted
Draft

fix(swift-ios): remove composer line cap#6147
saphid wants to merge 1 commit into
pingdotgg:t3code/rebuild-mobile-app-swiftfrom
saphid:agent/swiftui-composer-unlimited-extracted

Conversation

@saphid

@saphid saphid commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

What

Removes the numeric seven-line composer cap while keeping very tall drafts bounded by the available viewport.

Scope

One extracted feature commit touching only FeatureComposerView and FeatureComposerPowerTests.

Verification

  • FeatureComposerPowerTests: 10 tests passed
  • Exact extracted head compiled in the focused native test run
  • Visual proof: composer-growth.mp4

Dependencies and gate

Note

Remove 7-line cap from iOS chat composer text input

  • Replaces .lineLimit(1...7) on the composer TextField with a new FeatureComposerGrowingTextInput view modifier that applies an unbounded .lineLimit(1...) and raises .layoutPriority(1).
  • The text input now grows with content up to the container bounds rather than stopping at 7 lines.
  • Adds two @MainActor tests in FeatureComposerPowerTests.swift verifying growth beyond 3 lines and respect for viewport height limits.

Macroscope summarized c687717.

@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: cf649958-e61d-4a8e-bd46-dc97f38661c7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger 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.

@github-actions github-actions Bot added size:M 30-99 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. labels Aug 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M 30-99 changed lines (additions + deletions). vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant