-
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
Clean-up dupe button styles #17087
Clean-up dupe button styles #17087
Conversation
@mountiny @aimane-chnaif 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] |
@esh-g let's remove |
Actually @aimane-chnaif there already exists |
I also saw that. ok leave |
Okay @aimane-chnaif , so should I just refactor |
what is your recommendation of new name for |
Let's do this if @mountiny also agrees
|
Another option is to rename the |
@mountiny Any thoughts on the name? |
I think this works #17087 (comment) |
Made the changes requested in #17087 (comment) 🚀 |
@esh-g please add date picker page on Tests and QA steps |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromemchrome.movMobile Web - Safarimsafari.movDesktopdesktop.moviOSios.movAndroidandroid.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.
Thank you! I will wait for @esh-g update. |
Updated tests for calendar styles! @aimane-chnaif @mountiny |
@esh-g please fix merge conflict |
@aimane-chnaif Fixed the conflicts! Sorry I didn't notice that before... 😅 |
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!
Congrats, that’s your 5th PR merged! 🎉 Do you know about the ContributorPlus role? It’s an opportunity to earn more in the Expensify Open Source community. Keep up the great work - thanks! |
Wohooo great job @esh-g! |
✋ 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/mountiny in version: 1.3.1-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.1-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.1-3 🚀
|
Details
Fixed dupe button style for danger and success.
Fixed Issues
$ #17076
PROPOSAL: #17076 (comment)
Tests
Calender Style Test
Offline tests
QA Steps
Calendar style test
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
Screen.Recording.2023-04-06.at.9.13.41.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-04-06.at.10.32.26.PM.mov
Mobile Web - Safari
RPReplay_Final1680800390.MP4
Desktop
Screen.Recording.2023-04-06.at.10.54.56.PM.mov
iOS
Screen.Recording.2023-04-06.at.11.03.41.PM.mov
Android
Screen.Recording.2023-04-06.at.10.45.40.PM.mov