-
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
Immediately show file size message for large attachments #39334
Immediately show file size message for large attachments #39334
Conversation
@hoangzinh 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] |
a9ae677
to
1c2078c
Compare
Will check the typecheck issue. |
@hoangzinh Updated |
@ShridharGoel if we declare the type of |
d80f464
to
c509b2f
Compare
@hoangzinh Thanks for the suggestion, updated. |
@hoangzinh This is ready for review, kindly have a look when possible. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-04.at.21.04.38.android.movAndroid: mWeb ChromeScreen.Recording.2024-04-04.at.20.52.05.android.chrome.moviOS: NativeScreen.Recording.2024-04-04.at.21.02.50.ios.moviOS: mWeb SafariScreen.Recording.2024-04-04.at.21.03.41.ios.safari.movMacOS: Chrome / SafariScreen.Recording.2024-04-04.at.20.48.34.web.movMacOS: DesktopScreen.Recording.2024-04-04.at.20.50.13.desktop.mov |
Hi @ShridharGoel are you able to merge latest main branch again? I saw this when trying to do a recording |
@ShridharGoel can you complete recording for mWeb + web + desktop as well? |
@hoangzinh The changes are only in index.native.ts so I had skipped the videos for other platforms. Will add them as well. |
@hoangzinh Added videos except Android mWeb one, facing some issue while trying to run there. Will check and try to update that later. |
@hoangzinh Added Android mweb video as well. |
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.
LGTM
@tylerkaraszewski Can you have a look when possible? |
The performance tests are failing on this. |
Hi @tylerkaraszewski are you able to re-run it? The error is weird |
I re-ran it and it still doesn't pass. |
It's flaky, there is already an issue to investigate.
…On Tue, Apr 9, 2024, 10:26 PM Tyler Karaszewski ***@***.***> wrote:
I re-ran it and it still doesn't pass.
—
Reply to this email directly, view it on GitHub
<#39334 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIPLJHDQRNELAWL3FSO5U3DY4QMVVAVCNFSM6AAAAABFQURZ7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANBVGY3DGNZXGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
But here it is failing with some other issue, as mentioned by @hoangzinh. |
@ShridharGoel could you try to merge latest main? We disabled some flaky tests recently #39952 |
@hoangzinh All checks pass now, thanks. |
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.
LGTM
Any idea why this didn't get deployed to staging? |
cc @tylerkaraszewski could you help to deploy this PR to staging? Thanks |
🚀 Deployed to staging by https://github.com/tylerkaraszewski in version: 1.4.63-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.63-21 🚀
|
Details
Immediately show file size message for large attachments.
Fixed Issues
$ #38478
PROPOSAL: #38478 (comment)
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
Screen.Recording.2024-03-31.at.1.37.40.PM.mov
Android: mWeb Chrome
video_20240406_001529_edit.mp4
iOS: Native
Screen.Recording.2024-03-31.at.1.05.05.PM.mov
iOS: mWeb Safari
Screen.Recording.2024-04-04.at.11.40.52.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2024-04-04.at.11.38.07.PM.mov
MacOS: Desktop
Screen.Recording.2024-04-04.at.11.46.55.PM.mov