Update boot-splash and explore headers theme#13823
Conversation
|
There was a problem hiding this comment.
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 | ||
| } | ||
| } |
There was a problem hiding this comment.
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.


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 inpackages/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 saferscrollTocalls) andSearchExploreScreenuses a plainIOScrollViewwhen 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.