fix(feed): tighten post-detail header + smooth the transition#290
Merged
Conversation
…ndant subtitle The native post-detail overlay rendered its own back/title bar *below* the persistent "Feed" tab header, and NativeChatHeader re-applied the top safe-area inset — producing a doubled header and a large empty gap. - Hide the "Feed" tab header while a post is open so the detail's own back/title bar becomes the screen header (mirrors the Explore screen). - Drop the "<Center>" subtitle under "Post" — redundant with the "<Center> - Board" chip directly below it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…reflow Hiding the "Feed" tab header reflows the feed list beneath the detail overlay; the horizontal slide exposed that upward shift on the way in and out. Add a static opaque backdrop behind the sliding panel so it slides over a uniform surface — no visible layout shift either direction. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying chinmaya-janata with
|
| Latest commit: |
3fef38f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://66fe5fe5.project-janatha.pages.dev |
| Branch Preview URL: | https://fix-feed-post-header-spacing.project-janatha.pages.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.
What
Fixes the mobile feed post detail view (tap a post in the Feed tab).
Before: the detail rendered its own back/title bar below the persistent "Feed" tab header, and
NativeChatHeaderre-applied the top safe-area inset — producing a doubled header and a large empty gap above "Back / Post". A redundant "Chinmaya Mission Boston" subtitle sat under "Post", duplicating the "… - Board" chip right below it.Changes:
<Center>line under "Post"; it's already shown in the "<Center>- Board" chip directly below.Files
app/(tabs)/feed.tsxVerification
Built and driven in the iOS simulator (iPhone 16 Pro): opened a post, confirmed the single header with no gap and no subtitle, then screen-recorded the open/close transitions and stepped through the frames — the feed-list reflow is no longer exposed during the slide. Back navigation restores the Feed header and tab bar cleanly.
🤖 Generated with Claude Code