-
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
[UI]-Dropdown Button #24034
[UI]-Dropdown Button #24034
Conversation
@abdulrahuman5196 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] |
bump on review @abdulrahuman5196 |
Bump @abdulrahuman5196 |
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.
@dhairyasenjaliya Gave a few comments. Kindly check on them.
@abdulrahuman5196 addressed all the changes |
bump @abdulrahuman5196 |
Sorry for the delay. Will do another round of review in my morning |
Quick note that this is a pretty high value PR. We're hoping to get this wrapped up and deployed in the next week for some on-going marketing activities. |
hey @abdulrahuman5196 could you review it today since this gets priority to deployed in the next week |
Reviewing now |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-17.at.10.00.37.PM.mp4Mobile Web - Chromeaz_recorder_20230817_221301.mp4Mobile Web - SafariUntitled.1.mp4DesktopScreen.Recording.2023-08-17.at.10.03.15.PM.mp4iOSScreen.Recording.2023-08-17.at.10.18.45.PM.mp4AndroidScreen.Recording.2023-08-18.at.2.36.26.AM.mp4 |
@abdulrahuman5196 i think last checkbox is not done yet are you testing ? |
Hi, @dhairyasenjaliya Yes. I am testing android and having trouble with it, all others are done. |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @grgia
🎀 👀 🎀
C+ Reviewed
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.
Great work, minor suggestion here
Also looks like theres some minor merge conflicts! |
@grgia added changes as requested |
@grgia lets get this merge today :) |
Looks like we're super close on this one. Can we prioritize getting it to the finish line? We have a conference coming up the first week of September. |
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.
code LGTM!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@dhairyasenjaliya Anything to QA here? |
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.57-0 🚀
|
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.58-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.57-6 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
Check list
Details
Fixed Issues
$ #22540
PROPOSAL: #22540 (comment)
Tests
Offline tests
Same as above
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 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