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

Refactor the X button on fullview screens #443

Open
vojtechsimetka opened this issue Sep 25, 2023 · 1 comment
Open

Refactor the X button on fullview screens #443

vojtechsimetka opened this issue Sep 25, 2023 · 1 comment

Comments

@vojtechsimetka
Copy link
Contributor

The standalone view navigation is becoming more and more complex and sometimes you can land on a screen with a different amount of steps. Therefore we can no longer have hardcoded amount of history.go(-n) for the X button. Therefore we need some different mechanism to keep track how many pages to navigate back. Likely store or context would be the right way to go.

@agazso
Copy link
Contributor

agazso commented Sep 25, 2023

Related: #368

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants