Commit 28507fc
authored
Update boot-splash and explore headers theme (#13823)
<!-- CURSOR_SUMMARY -->
> [!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.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
579db55. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 0969af4 commit 28507fc
34 files changed
Lines changed: 137 additions & 499 deletions
File tree
- packages
- mobile
- android/app/src/main/res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- values-night
- values-v27
- values
- assets/bootsplash
- ios/AudiusReactNative
- Colors.xcassets/BootSplashBackground-c87469.colorset
- Images.xcassets
- BootSplashLogo-c87469.imageset
- BootSplashLogo-ee25c4.imageset
- src/screens/explore-screen
- components
- web/src/pages/search-explore-page/components
- desktop
- mobile
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
7 | 21 | | |
8 | 22 | | |
9 | 23 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
0 commit comments