Skip to content

sync: reland mobile iOS branding + native stack onto main (#4025, #4037)#178

Merged
cursor[bot] merged 1 commit into
mainfrom
codex/sync-20260720-mobile-reland-daf2
Jul 20, 2026
Merged

sync: reland mobile iOS branding + native stack onto main (#4025, #4037)#178
cursor[bot] merged 1 commit into
mainfrom
codex/sync-20260720-mobile-reland-daf2

Conversation

@aaditagrawal

Copy link
Copy Markdown
Owner

Summary

Relands the already-reviewed mobile sync layer onto main after PR #176 was squash-merged into the stacked base (codex/sync-20260720-desktop-branding-daf2) instead of main.

This commit is a clean cherry-pick of merge commit 638902f5 (#176). Tree parent matches current main (fba19aa7 / #174).

Upstream ports (unchanged from #176)

  • Restore iOS home screen branding (#4025)
  • Stabilize native stack option updates (#4037)

Test plan

  • Cherry-pick applies cleanly onto origin/main
  • Check / Test green
  • Merge only while base is main
  • Follow with docs-skills layer
Open in Web Open in Cursor 

…otgg#4025, pingdotgg#4037) (#176)

* fix(mobile): restore iOS home screen branding (pingdotgg#4025)

Co-authored-by: Julius Marminge <julius0216@outlook.com>
(cherry picked from commit 03e20c8)

* fix(mobile): Stabilize native stack option updates (pingdotgg#4037)

Co-authored-by: codex <codex@users.noreply.github.com>
(cherry picked from commit 271454c)

---------

Co-authored-by: Alex <me@pixp.cc>
Co-authored-by: Julius Marminge <julius0216@outlook.com>
Co-authored-by: codex <codex@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@aaditagrawal, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 40 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 551a23fc-d51f-4833-b7f2-224c5376948a

📥 Commits

Reviewing files that changed from the base of the PR and between fba19aa and 12b0751.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (6)
  • apps/mobile/src/Stack.tsx
  • apps/mobile/src/components/CompactBrandTitle.tsx
  • apps/mobile/src/features/home/HomeRouteScreen.tsx
  • apps/mobile/src/features/threads/sidebar-navigation-shell.tsx
  • apps/mobile/src/native/StackHeader.tsx
  • patches/@react-navigation%2Fnative-stack@7.17.6.patch
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/sync-20260720-mobile-reland-daf2

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.

@cursor
cursor Bot merged commit 8570897 into main Jul 20, 2026
10 of 12 checks passed
@cursor
cursor Bot deleted the codex/sync-20260720-mobile-reland-daf2 branch July 20, 2026 01:30

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 12b0751c28

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +166 to +169
const signature = optionsSignature(stableOptions);
// Avoid re-entering navigation state when semantically equal options are
// reapplied every layout (common when callers pass unstable object literals).
if (lastAppliedOptionsSignatureRef.current === signature) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Reapply options when function output changes

When a header option is a factory whose output depends on component state, this signature is computed after replacing the factory with a stable wrapper, so closure-only changes all look identical and setOptions is skipped. I checked HomeHeader, which uses unstable_headerToolbarItems to build the iOS search/filter toolbar from hasCustomListOptions, filterMenu, and callbacks; after the user changes sort/filter state, the native toolbar/menu can keep showing the stale icon/checked state because the navigator is never told to re-render those options.

Useful? React with 👍 / 👎.

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