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

Make tutorial modal to appear only once #277

Closed
martinscooper opened this issue Nov 8, 2022 · 1 comment
Closed

Make tutorial modal to appear only once #277

martinscooper opened this issue Nov 8, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@martinscooper
Copy link
Member

Is your feature request related to a problem?

The modal that informs the user that there is a tutorial available is opened each time the user enters a workspa. Because of this being implemented using Redux state, if a user refresh the page being on a workspace, the modal is going to be opened again.

image

What is the expected behavior?

Prevent this happening using the local storage of the browser to store this information, so the modal is opened only once. That is, the first time a user enters the workspace.

@martinscooper martinscooper added the enhancement New feature or request label Nov 8, 2022
@martinscooper martinscooper self-assigned this Nov 8, 2022
@martinscooper
Copy link
Member Author

This issue was already addressed. See commit f7ab99a

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

No branches or pull requests

1 participant