-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
update: intent video for 'Get paid back from my employer'. #52677
update: intent video for 'Get paid back from my employer'. #52677
Conversation
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
@abdulrahuman5196 Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
src/CONST.ts
Outdated
@@ -5087,7 +5087,7 @@ const CONST = { | |||
video: { | |||
url: `${CLOUDFRONT_URL}/videos/guided-setup-manage-team-v2.mp4`, | |||
thumbnailUrl: `${CLOUDFRONT_URL}/images/guided-setup-manage-team.jpg`, | |||
duration: 55, | |||
duration: 24, |
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.
@Krishna2323 Why are updating durations of unrelated changes? And I think this duration doesn't do anything as far I saw.
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 agree that durations does not do anything as per now but the values are extracted and passed down to components. Maybe it can cause issues in future, so I thought it's better to update those values.
const duration = Number(htmlAttribs[CONST.ATTACHMENT_DURATION_ATTRIBUTE]); |
videoDuration={duration} |
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.
@abdulrahuman5196 friendly bump
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.
@Krishna2323 But I still don't think we should update for other videos which are not part of this change. Can we update the duration for the one video alone. Maybe in future we can update others if required. Just wanted to avoid unrelated changes.
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.
@abdulrahuman5196, updated.
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
checking now |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-27.at.11.39.13.PM.mp4Android: mWeb ChromeScreen.Recording.2024-11-27.at.11.37.05.PM.mp4iOS: NativeScreen.Recording.2024-11-27.at.11.38.14.PM.mp4iOS: mWeb SafariScreen.Recording.2024-11-27.at.11.20.46.PM.mp4MacOS: Chrome / SafariScreen.Recording.2024-11-27.at.11.10.46.PM.mp4MacOS: DesktopScreen.Recording.2024-11-27.at.11.29.52.PM.mp4 |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @francoisl
🎀 👀 🎀
C+ Reviewed
nit: @Krishna2323 remove the TODO text from the author's checklist. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/francoisl in version: 9.0.68-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.68-7 🚀
|
Explanation of Change
Fixed Issues
$ #51603
PROPOSAL: #51603 (comment)
Tests
Get paid back from my employer
> Enter name and proceedOffline tests
QA Steps
Get paid back from my employer
> Enter name and proceedPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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_native.mp4
Android: mWeb Chrome
android_chrome.mp4
iOS: Native
ios_native.mp4
iOS: mWeb Safari
ios_safari.mp4
MacOS: Chrome / Safari
web_chrome.mp4
MacOS: Desktop
desktop_app.mp4