Skip to content
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

#2425 - Improve navigation behaviour #2431

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

SebinSong
Copy link
Collaborator

closes #2425

I noticed this issue happens in both Mobile/Desktop. I believe it makes sense to fold the menu regardless whether it navigates to a different page or the current page. So made that change as the fix. But please let me know if we don't want this.

@SebinSong SebinSong self-assigned this Nov 25, 2024
Comment on lines -190 to -195
enableTimeTravel (evt) {
if (evt.shiftKey && process.env.NODE_ENV !== 'production') {
console.debug('enable time travel!')
this.ephemeral.timeTravelComponentName = 'TimeTravel'
}
},
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed this logic related to time-travel is no longer used anywhere in the app. So just removed it.

Copy link

cypress bot commented Nov 25, 2024

group-income    Run #3433

Run Properties:  status check passed Passed #3433  •  git commit 71090a6eab ℹ️: Merge 3ce786e19cbb1e3333d8f203221e9fc21d483365 into 3b142e94445de8ab49b435e8d4bd...
Project group-income
Branch Review sebin/task/#2425-improve-navigation-behaviour
Run status status check passed Passed #3433
Run duration 08m 55s
Commit git commit 71090a6eab ℹ️: Merge 3ce786e19cbb1e3333d8f203221e9fc21d483365 into 3b142e94445de8ab49b435e8d4bd...
Committer Sebin Song
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 10
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 111
View all changes introduced in this branch ↗︎

Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@taoeffect taoeffect merged commit ec0663b into master Dec 10, 2024
4 checks passed
@taoeffect taoeffect deleted the sebin/task/#2425-improve-navigation-behaviour branch December 10, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve mobile navigation behavior
3 participants