-
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
Add the ability to remove OOO events by clicking on a button #15502
Conversation
@s77rt @PauloGasparSv One of you needs to 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] |
@tgolen Can you add me to have Chronos access? |
@s77rt Unfortunately, I don't think I can. The code only works for people on the |
@tgolen Thanks for the quick update. Please mark the request changes that have been resolved as resolved. I will check again tomorrow. |
Updated! I think I got everything resolved. bump @PauloGasparSv |
Hey @tgolen was about to ask if I should wait to test! Just tested on Web before your latest commit and things look ok up until we remove one of the events. I tried removing the "april 2" event but it failed with a |
Reviewer Checklist
Screenshots/VideosiOS![image](https://user-images.githubusercontent.com/6564265/222246465-c641ef56-25c8-4ccc-9758-c390b1023a44.png) |
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! 🚀
@PauloGasparSv You'll also need to be on the right Auth branch as well. I think that's where that error is coming from. The auth branch is in this PR: https://github.com/Expensify/Auth/pull/7448 |
Thks @tgolen! Re-testing here then :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.
LGTM!
Great! Wanna go ahead and merge @PauloGasparSv ? I only added Yuwen as a courtesy, I don't think his review is required. |
oh wait, it's on HOLD still. ha, nevermind |
But the Auth branch is not deployed yet, no? |
Resolved conflicts. The Auth PR is on production, the Web-E PR is on staging. Once the Web-E PR is on production, I'll remove the hold here and this can be merged. |
@yuwenmemon This is off hold and can be merged now if you'd like to do the honors |
✋ 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/yuwenmemon in version: 1.2.82-0 🚀
|
Performed internalQA on each platform to unblock the deployer checklist. All tested well 👍 |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.2.82-4 🚀
|
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/257281
Tests
ooo april 1
ooo april 3
ooo april 5
ooo list
Offline tests
QA Steps
Same as the tests above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android