[Deploy Blocker Fix] Fix Split/Add to Group Button Highlight Color and Skeleton UI#32721
[Deploy Blocker Fix] Fix Split/Add to Group Button Highlight Color and Skeleton UI#32721hayata-suenaga merged 5 commits intomainfrom
Conversation
| 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.
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 |
|
@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] |
|
✋ 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 Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop