Skip to content

Update boot-splash and explore headers theme#13823

Merged
dylanjeffers merged 1 commit intomainfrom
fix-bootsplash-and-headers
Mar 5, 2026
Merged

Update boot-splash and explore headers theme#13823
dylanjeffers merged 1 commit intomainfrom
fix-bootsplash-and-headers

Conversation

@dylanjeffers
Copy link
Contributor

@dylanjeffers dylanjeffers commented Mar 5, 2026

Note

Medium Risk
Primarily UI/UX changes across mobile and web; risk is moderate because it removes a feature-flagged animated header/scroll behavior and updates native splash assets, which could impact layout or launch visuals if not tested on both platforms.

Overview
Updates mobile bootsplash assets and theme colors on both Android and iOS (new background/primary colors, new iOS logo asset set, and a generated assets/bootsplash/manifest.json), and documents the regeneration workflow in packages/mobile/README.md.

Refactors the mobile Explore/Search UI by removing the collapsed/animated header and reanimated scroll handling/feature flag wiring; the header becomes a simple static TextInput + filters bar (with safer scrollTo calls) and SearchExploreScreen uses a plain IOScrollView when showing Explore content.

On web, the desktop Explore hero background is switched from an imported asset to a public URL (landing-2026/landing.png) to work across Vite entry points, and the mobile Explore page now uses the shared mobile header (HeaderContext/hasDefaultHeader) instead of banner image preloading.

Written by Cursor Bugbot for commit 579db55. This will update automatically on new commits. Configure here.

@changeset-bot
Copy link

changeset-bot bot commented Mar 5, 2026

⚠️ No Changeset found

Latest commit: 579db55

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dylanjeffers dylanjeffers changed the title Update boot-splash and explore headers Update boot-splash and explore headers theme Mar 5, 2026
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Free Tier Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

"author": "xcode",
"version": 1
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

iOS boot splash loses dark mode logo variant

Medium Severity

The old BootSplashLogo-ee25c4 imageset included six entries — three universal plus three with "appearance": "luminosity", "value": "dark" — providing a separate dark mode logo. The replacement BootSplashLogo-c87469 imageset only has three universal entries with no dark appearance variants. The dark mode background is now pure black (#000000), yet the same light-mode logo will be displayed. Android still ships separate drawable-night-* logo assets, so the platforms are now inconsistent. Depending on the logo's colors, it may be invisible or poorly visible on the black iOS dark-mode splash screen.

Fix in Cursor Fix in Web

@dylanjeffers dylanjeffers merged commit 28507fc into main Mar 5, 2026
13 checks passed
@dylanjeffers dylanjeffers deleted the fix-bootsplash-and-headers branch March 5, 2026 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant