feat(mobile): add delightful loading screen for mobile users#5454
Open
feat(mobile): add delightful loading screen for mobile users#5454
Conversation
Add MobileAppLoader component with floating logo animation and spinner for a more polished loading experience on mobile devices. The component displays during app initialization instead of showing a blank screen. Changes: - Create MobileAppLoader component with float-animation utility - Integrate into MainLayout for mobile-only loading state Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
I'm not 100% sure this will be the one you want to replace. I think that one lives in iOS but this should be ok to push and try.. |
rebelchris
approved these changes
Feb 5, 2026
capJavert
requested changes
Feb 5, 2026
Contributor
capJavert
left a comment
There was a problem hiding this comment.
This now blinks on all resolutions.
Was this supposed to be just for iOS or native?
- Change detection from viewport-based to isPWA() for PWA-only display - Use cloudinary app icon (cloudinaryAppIconMain) for consistent branding - Apply iOS-style rounded corners (22%) to the square icon Co-authored-by: Cursor <cursoragent@cursor.com>
Member
Author
|
@rebelchris @capJavert you're faster than light. Yes I saw these issues and made some changes that should reflect better what I intended to do |
Co-authored-by: Cursor <cursoragent@cursor.com>
rebelchris
approved these changes
Feb 5, 2026
Contributor
rebelchris
left a comment
There was a problem hiding this comment.
Go for it, think you still get that square loading bar on the iOS app though if that's what you wanted to change:?
capJavert
reviewed
Feb 5, 2026
| (!isPageReady && isPageApplicableForOnboarding) || | ||
| shouldRedirectOnboarding | ||
| ) { | ||
| if (typeof window !== 'undefined' && isPWA()) { |
Contributor
There was a problem hiding this comment.
We also have:
- iOS native app -
isIOSNativehelper - Android app - isAndroidApp in AuthContext
I know clunky but just if you wanted to target those as well.
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.
Summary
MobileAppLoadercomponent with floating logo animation and spinner for a polished loading experienceMainLayoutto display during app initialization on mobile instead of a blank screenfloat-animationutility classCloses ENG-604
Created by Huginn 🐦⬛
Preview domain
https://eng-604-make-mobile-loading-scre.preview.app.daily.dev