-
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
Ideal nav v2 workspaces #37421
Ideal nav v2 workspaces #37421
Conversation
thank you for the draft PR @WojtekBoman. please mark the PR ready for review once it's ready 🙇 |
@kosmydel should be a quick one for you to follow up on tomorrow |
QA team reproduced same issue in android - #38263 |
This PR is failing because of issue #38298 The issue is reproducible in: all environments |
🚀 Deployed to production by https://github.com/Beamanator in version: 1.4.52-6 🚀
|
This PR has caused this issue |
This PR caused a regression. |
// When we open a screen in RHP from FullScreenNavigator, we need to add the appropriate screen in CentralPane. | ||
// Then, when we close FullScreenNavigator, we will be redirected to the correct page in CentralPane. | ||
if (matchingRootRoute.name === NAVIGATORS.FULL_SCREEN_NAVIGATOR) { |
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 might have caused #38390
<Tooltip text={translate('common.search')}> | ||
<PressableWithoutFeedback | ||
accessibilityLabel={translate('sidebarScreen.buttonSearch')} | ||
style={[styles.flexRow, styles.mr2]} |
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.
FYI, styles.touchableButtonImage
was missed here and caused this bug: #45198
@@ -165,18 +171,25 @@ function getAdaptedState(state: PartialState<NavigationState<RootStackParamList> | |||
|
|||
if (topmostNestedRHPRoute) { | |||
let matchingRootRoute = getMatchingRootRouteForRHPRoute(topmostNestedRHPRoute); | |||
|
|||
const isRHPScreenOpenedFromLHN = topmostNestedRHPRoute?.name && RHP_SCREENS_OPENED_FROM_LHN.includes(topmostNestedRHPRoute?.name as RHPScreenOpenedFromLHN); |
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.
Details
This is the second PR related to the ideal-nav-v2. It introduces:
Fixed Issues
$ #36656
PROPOSAL: N/A
Tests
w
param is not present in the url in the browserw
param is not present in the url in the browserOffline tests
N/A
QA Steps
Same as tests
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)Design
label so the design team can review the changes.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
Screen.Recording.2024-02-29.at.16.49.35.mov
Android: mWeb Chrome
Screen.Recording.2024-02-29.at.16.53.31.mov
iOS: Native
Screen.Recording.2024-02-29.at.16.42.44.mov
iOS: mWeb Safari
Screen.Recording.2024-02-29.at.16.44.08.mov
MacOS: Chrome / Safari
Screen.Recording.2024-02-29.at.16.35.10.mov
MacOS: Desktop
Screen.Recording.2024-02-29.at.16.33.46.mov