-
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
Display download failure modal #49343
Display download failure modal #49343
Conversation
We’re encountering issues with the Android and iOS native, and they don’t seem to be functioning properly. I’ll work on resolving this soon. |
@brunovjk Please review this PR |
This comment was marked as outdated.
This comment was marked as outdated.
Reviewer Checklist
Screenshots/VideosAndroid: Native49343_fail_button_android_native.mov49343_no_button_android_native.movAndroid: mWeb Chrome49343_fail_button_android_web.mov49343_no_button_android_web.moviOS: Native49343_fail_button_ios_native.mov49343_no_button_ios_native.moviOS: mWeb Safari49343_fail_button_ios_web.mov49343_no_button_ios_web.movMacOS: Desktop49343_fail_button_desktop.mov49343_no_button_desktop.mov |
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.
Looking good to me :D
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.
Looks good, 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. |
🚀 Deployed to staging by https://github.com/rlinoz in version: 9.0.39-0 🚀
|
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.
Hi, I'm Wiktor Gut and I was responsible for the Import/export CSV PRs. I see that this PR was already merged, but it's important to ensure the same behaviour at least in all export sections that were just created simultaneously so Categories
(as made here), Members
and Tags
. Neither Members
nor Tags
need changes in terms of showing Download CSV
button: in Members
it's impossible (I think so) to see a workspace that we aren't inside of and hence we cannot see or export a workspace with no members, in Tags
@blazejkustra already applied it before merge, but both need incoming errors handling so additional <DecisionModal/>
in WorkspaceTagsPage
and in WorkspaceMembersPage
as well as onDownloadFailed
in Tags.ts
and Members.ts
.
@rlinoz Can we reopen this PR to fix it quickly? It isn't a lot of work and @cretadn22 already knows how to add everything as it's pretty much the same ⏩
I will create another PR to address this |
@Guccio163 @brunovjk The additional PR: #49594 |
🚀 Deployed to production by https://github.com/AndrewGable in version: 9.0.39-5 🚀
|
Details
Fixed Issues
$ #49022
PROPOSAL: #49022 (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
Screen208.mov
Android: mWeb Chrome
Screen206.mov
iOS: Native
Screen220.mov
iOS: mWeb Safari
Screen205.mov
MacOS: Chrome / Safari
Screen203.mov
MacOS: Desktop
Screen204.mov