-
Notifications
You must be signed in to change notification settings - Fork 3.2k
The hover effect animation is not functioning properly on the Bank Account in workspace settings #35839
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
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @rlinoz ( |
Taking over, related to ideal nav. |
ProposalPlease re-state the problem we are trying to fixThe hover effect animation is not functioning properly on the Bank Account in workspace settings What is the root cause of the problem?We are checking if the
What changes should be made to fix this?
type ActiveRouteType = {
centralPaneActiveRoute: string;
rightModalActiveRoute: string;
} ![]()
const isFocusedRoute = (routeName) => {
if (activeRoute.centralPaneActiveRoute.startsWith(routeName) && activeRoute.rightModalActiveRoute === NAVIGATORS.CENTRAL_PANE_NAVIGATOR) {
return true;
} else if (activeRoute.rightModalActiveRoute.startsWith(routeName)) {
return true;
}
return false;
}; Result Screen.Recording.2024-02-05.at.11.41.47.PM.mov |
@trjExpensify Curious for your opinion on this one, I feel like we should eventually update the bank account to have its own page in the main pane same as all the other settings pages. If we would do that, this change would not be necessary |
Yeah, interesting one. We could move the That said, with So perhaps the decision to do nothing was the right one for the time being. It's a release1 initiative, so we'd be living with this for a month or so. CC: @luacmartins @JmillsExpensify |
@trjExpensify alright I see we will not have any case when the Bank account would be in the LHP. then I can see us doing nothing here |
Does that mean the bank account page will remain in Screen.Recording.2024-02-06.at.1.04.30.AM.mov |
That means there will be no |
Nah, all of those weird redirects will go away with the redesigned workspace editor as those pages get replaced. |
Nah, there won't be a |
making this monthly and will confirm once we update this flow |
This button will be removed from the LHP so I am going to close this issue |
Uh oh!
There was an error while loading. Please reload this page.
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.36-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers): [email protected]
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Expected Result:
The hover effect animation should be centered on the Bank Account section
Actual Result:
The hover effect animation is not centered on the Bank Account section
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6367956_1707149094676.BA.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: