Skip to content

fix(mobile): keep conversation feed visible - #232

Merged
patroza merged 1 commit into
fork/changesfrom
fix/mobile-thread-feed-layout
Jul 30, 2026
Merged

fix(mobile): keep conversation feed visible#232
patroza merged 1 commit into
fork/changesfrom
fix/mobile-thread-feed-layout

Conversation

@patroza

@patroza patroza commented Jul 30, 2026

Copy link
Copy Markdown
Owner

The recent thread-body wrapper depended solely on generated flex-1 styling. In affected release bundles, the initial layout can leave the wrapper collapsed to its shell chrome and give the conversation feed zero height. A partial app swipe/window resize triggers another layout pass and can make the conversation appear, matching the reported behavior.

  • gives both conversation feed hosts an explicit native flex: 1 layout contract
  • adds a stable mobile conversation-surface marker
  • adds an anti-stack-drop existence test for the layout contract

Local verification: focused regression test, mobile typecheck, root vp check, and full monorepo typecheck pass.

@patroza
patroza marked this pull request as ready for review July 30, 2026 18:44
@patroza
patroza marked this pull request as draft July 30, 2026 18:46
@patroza
patroza marked this pull request as ready for review July 30, 2026 18:47
@patroza
patroza merged commit bb01fe8 into fork/changes Jul 30, 2026
12 checks passed
patroza pushed a commit that referenced this pull request Jul 30, 2026
patroza added a commit that referenced this pull request Jul 30, 2026
* Revert "fix(mobile): keep conversation feed visible (#232)"

This reverts commit bb01fe8.

* Revert "fix(mobile): reduce thread feed scroll jank (pingdotgg#4874)"

This reverts commit 9e3e9bb.

---------

Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant