-
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: remove options props #30885
fix: remove options props #30885
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeCleanShot.2023-11-07.at.12.50.58.mp4Android: mWeb ChromeCleanShot.2023-11-07.at.12.59.49.mp4iOS: NativeCleanShot.2023-11-07.at.12.09.47.mp4iOS: mWeb SafariCleanShot.2023-11-07.at.12.11.14.mp4MacOS: Chrome / SafariCleanShot.2023-11-07.at.11.57.23.mp4MacOS: DesktopCleanShot.2023-11-07.at.12.01.30.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.
Looks good to me.
@b4s36t4 Seems you missed including screenshots for mWeb chrome, I will just approve since it tests well for me, and have included screenshots.
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!
@b4s36t4 could you please add screenshot for mWeb
@b4s36t4 👋 |
Hey, @MonilBhavsar Sorry. I was out and I don't have laptop with me, I'll do that by evening. Sorry again for the delay. |
No worries, thanks for the update |
@b4s36t4 Friendly bump, can we move this forward ? |
@fedirjh @MonilBhavsar So sorry for the long delay. Attached the screenshot for Android Chrome. Please check. Let me know if there is anything required from my side. 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.
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 production by https://github.com/mountiny in version: 1.4.0-3 🚀
|
Details
Search navbar doesn't showup with animation as its disabled in options props. However, animation is now enabled at parent level so removing the options props.
Fixed Issues
$ #29112
PROPOSAL: #29112 (comment)
Tests
Steps:
Open any right side nav (settings for example)
Use keyboard shortcuts (CMD+K or CMD+SHIFT+K) to trigger search
Notice the animation while search sidebar is opening - it should animate instead of direct showup
Verify that no errors appear in the JS console
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
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
Android: Native
android-app.mp4
Android: mWeb Chrome
mwed.mp4
iOS: Native
ios-app.mp4
iOS: mWeb Safari
ios-web.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4