-
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
fix transition for task assignee/share modals #26896
Conversation
@rushatgabhane 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] |
@rushatgabhane PR raised please review. Please remember that this would be causing an issue - No autofocus to input on page refresh. Which is expected(being worked on different issue) because on refresh I think there are multiple situations like this, just informing earlier. |
@b4s36t4 there's a merge freeze. So I'll post updates on this after it's over |
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.
The merge freeze is offically over! @b4s36t4 I request you to merge with the latest main
and re-test at least once, thanks!
@b4s36t4 gentle bump! |
Hey, will update you in coming few minutes. |
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
6dc8504
to
c0e23a2
Compare
@rushatgabhane merged with main, and tested again. Sorry for the force push & unverified commits also keeping you wait. |
no worries 😄 |
you still have 1 unverified commit i think. Please remove it by force push |
c0e23a2
to
662af46
Compare
Hey, @rushatgabhane I'm sorry something weird is happening with my git. Is it ok if I create a new PR? |
@b4s36t4 sounds good, just tag me in it because I won't be auto assigned |
Sure, thanks.! |
Details
Fixed Issues
$ #25802
PROPOSAL: #25802 (comment)
Tests
Offline tests
Same as above
QA Steps
Same as above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
web.mp4
Mobile Web - Chrome
Kapture.2023-09-07.at.00.48.50.mp4
Mobile Web - Safari
Kapture.2023-09-07.at.00.31.21.mp4
Desktop
desktop.mp4
iOS
Kapture.2023-09-07.at.00.30.05.mp4
Android
Kapture.2023-09-07.at.00.44.23.mp4