Workspace list content does not adapt to Help RHP sliding in#64445
Conversation
|
|
||
| useEffect(() => { | ||
| if (shouldHideSidePanel && prevShouldHideSidePanel) { | ||
| sidePanelTranslateX.current.setValue(sidePanelWidth); |
There was a problem hiding this comment.
reverted this code, because of bug it introduced (the content extended fully before rhp closed/jumpy animation)
Screen.Recording.2025-06-17.at.12.11.34.1.mov
8caece5 to
cc194e4
Compare
|
failing test unrelated to code in this pr |
|
@shubham1206agra 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] |
|
Hi, this is also reproducible on staging and it's not quite the same as #61016, as only the page doesn't adapt to the resize |
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppScreen.Recording.2025-07-01.at.10.21.57.PM.movAndroid: mWeb ChromeScreen.Recording.2025-07-01.at.9.58.46.PM.moviOS: HybridAppScreen.Recording.2025-07-01.at.10.15.45.PM.moviOS: mWeb SafariScreen.Recording.2025-07-01.at.9.56.41.PM.movMacOS: Chrome / SafariScreen.Recording.2025-07-01.at.9.54.56.PM.movMacOS: DesktopScreen.Recording.2025-07-01.at.10.02.39.PM.mov |
|
@borys3kk Merge main to fix perf tests |
|
We did not find an internal engineer to review this PR, trying to assign a random engineer to #61016 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
…pting-to-help-pane
|
You can pull in |
|
Perf tests are still failing even after merging main a few times 😕 |
|
Maybe those failures are caused by #65209 which has a PR out to fix them. We can maybe wait a little bit? or you can try the fix on your PR? |
|
@borys3kk That PR was merged so can you try to sync up with main and the tests should be passing I think |
…kspaces-list-content-not-adapting-to-help-pane
|
Yeah, all fixed up and ready to be merged 🚀 |
|
GitHub says there are conflicts (yet it's not showing conflicts). Can you check it again, please? |
|
✋ 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/tgolen in version: 9.1.77-1 🚀
|
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.1.77-2 🚀
|
cc: @blazejkustra
Explanation of Change
Added code to adjust the size of workspace list page content when the Help RHP slides in. Reverted changes from $#62268, as they caused bug stated in comment Fixed original bug by removing sidePanelWidth from dependency array.
Fixed Issues
$ #64315
PROPOSAL:
Tests
Offline tests
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.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)Designlabel and/or tagged@Expensify/designso the design team can review the changes.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
Screen.Recording.2025-06-26.at.16.16.18.mov
iOS: mWeb Safari
Screen.Recording.2025-06-26.at.16.19.48.mov
MacOS: Chrome / Safari
Screen.Recording.2025-06-26.at.16.11.05.mov
MacOS: Desktop
Screen.Recording.2025-06-26.at.16.29.59.mov