-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add loading indicator when ReconnectApp is running #48772
Conversation
@dubielzyk-expensify I updated to fix this case. |
Awesome. Can you update the recordings please 😇? |
@dubielzyk-expensify i'll update soon |
@dubielzyk-expensify @getusha i updated, please check again |
I am really excited for this to be in the product 😊 |
@getusha i updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments
@nkdengineer the UI is still jumpy, didn't we position it absolute? Screen.Recording.2024-09-27.at.10.48.14.in.the.morning.mov |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-04.at.12.47.39.in.the.afternoon.movAndroid: mWeb ChromeScreen.Recording.2024-10-01.at.12.20.56.in.the.afternoon.moviOS: NativeScreen.Recording.2024-11-04.at.1.06.04.in.the.afternoon.moviOS: mWeb SafariScreen.Recording.2024-09-27.at.11.04.27.in.the.morning.movMacOS: Chrome / SafariScreen.Recording.2024-09-27.at.11.00.26.in.the.morning.movMacOS: DesktopScreen.Recording.2024-11-04.at.1.06.44.in.the.afternoon.mov |
@getusha I fixed, please check again |
src/components/ProgressBar.tsx
Outdated
|
||
const animatedContainerStyle = useAnimatedStyle(() => { | ||
return { | ||
opacity: opacity.value, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From this comment, Do I need to fix this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so yes, looks off to leave it like that. WDYT @dubielzyk-expensify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nkdengineer have we covered this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@getusha i fixed
This is looking great! All 👍 from me on the visual end. Love the entry and exit fade too |
Not sure if this is related but the performance on native is really bad it's nearly unusable, i'll check if this is any different on main Screen.Recording.2024-10-01.at.1.04.58.in.the.afternoon.mov |
@getusha i updated |
Co-authored-by: Getabalew <75031127+getusha@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two small changes to the comments but other than that looks good to me
@srikarparsi i updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Hey @srikarparsi @nkdengineer & @getusha. This PR appears to cause HybridApp to crash. We're getting close to deploying App so I might need to revert this. |
We've just discovered that bumping |
Excellent, thanks! |
Being fixed here, no need to revert |
🚀 Deployed to staging by https://github.com/srikarparsi in version: 9.0.58-0 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.58-2 🚀
|
Details
Fixed Issues
$ #46611
PROPOSAL: #46611 (comment)
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android.mov
Android: mWeb Chrome
android-mweb.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-mweb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov