-
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
[Deploy Blocker Fix] Fix Split/Add to Group Button Highlight Color and Skeleton UI #32721
Conversation
@@ -196,7 +196,7 @@ function OptionRow(props) { | |||
accessibilityLabel={props.option.text} | |||
role={CONST.ACCESSIBILITY_ROLE.BUTTON} | |||
hoverDimmingValue={1} | |||
hoverStyle={props.hoverStyle || styles.sidebarLinkHover} | |||
hoverStyle={!props.optionIsFocused ? props.hoverStyle || styles.sidebarLinkHover : undefined} |
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.
this change favors the active color over hover (same pattern as LHN)
Does this require a C+ review? |
@c3024 yes |
@c3024 this PR fixes multiple deploy blockers so if you're able, please prioritize this one |
sure thanks @c3024 |
@situchan thank you! assigned 🙏 |
"Add to group" button background color is different from production. Also no hover color Screen.Recording.2023-12-08.at.10.22.54.PM.movAnd item background hover color change is intentional? |
@situchan yes, we discussed internally with design and changed the colors / removed the button hover color changes. Screenshots have been approved! |
ok so all above concerns are expected? |
dark mode tests well for all 3 issues. |
|
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb Chromemchrome.moviOS: Nativeios.movios-light.moviOS: mWeb Safarimsafari.movMacOS: Chrome / Safariweb-dark.movweb-light.movMacOS: Desktopdesktop.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.
@hayata-suenaga 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] |
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.
👍
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
[Deploy Blocker Fix] Fix Split/Add to Group Button Highlight Color and Skeleton UI (cherry picked from commit d4fb27a)
🚀 Cherry-picked to staging by https://github.com/yuwenmemon in version: 1.4.10-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Cherry-picked to staging by https://github.com/yuwenmemon in version: 1.4.10-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.10-1 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.10-1 🚀
|
Details
This PR fixes the MenuItem button colors. Now the button is unchanged and the active menuItem is product500. (approved by design in slack convo linked in issue)
It also reverts the skeleton UI colors to the old color (minor regression)
Finally it fixes a crash due to a useMemo with missing param
Fixed Issues
$ #32688
$ #32719
$ #32727
Tests
Offline tests
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)StyleUtils.getBackgroundAndBorderStyle(theme.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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop