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

[FEAT] Add onboarding modals for restaking & bridge pages #2577

Closed
7 tasks done
yurixander opened this issue Oct 4, 2024 · 2 comments · Fixed by #2584
Closed
7 tasks done

[FEAT] Add onboarding modals for restaking & bridge pages #2577

yurixander opened this issue Oct 4, 2024 · 2 comments · Fixed by #2584
Assignees
Labels
feature ➕ Tasks that are functional additions or enhancements tangle-dapp Tangle Staking dApp

Comments

@yurixander
Copy link
Member

yurixander commented Oct 4, 2024

Write up onboarding items for the restaking & bridge pages to help first time users quickly understand what the purpose and usage of the page is. It should be succinct but useful.

  • Implement onboarding modal logic and the ability to remember when it was previously seen
  • Add a help (?) button on the top right to allow users to re-open the onboarding modal in case they forget how to use the page.
  • Help button is hidden on pages that don't have onboarding defined
  • Add onboarding items for the nomination page
  • Add onboarding items for the bridge page
  • Add onboarding items for the liquid staking page (added on feat(tangle-dapp): Implement updated design for LS pools #2570)
  • Add onboarding items for the restaking page
@yurixander yurixander added feature ➕ Tasks that are functional additions or enhancements tangle-dapp Tangle Staking dApp labels Oct 4, 2024
@yurixander yurixander self-assigned this Oct 4, 2024
@AtelyPham
Copy link
Member

We should add a checkbox for "not showing this modal in the future" and save this preference in local storage to enhance the user experience, as it can be frustrating for users if the modal reappears every time the page is refreshed.

@yurixander
Copy link
Member Author

We should add a checkbox for "not showing this modal in the future" and save this preference in local storage to enhance the user experience, as it can be frustrating for users if the modal reappears every time the page is refreshed.

@AtelyPham Yes, the modal is automatically hidden after the first page visit. The state is saved to local storage. The user can use the help button at the top right of the page to re-open the modal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature ➕ Tasks that are functional additions or enhancements tangle-dapp Tangle Staking dApp
Projects
Status: Completed ✅
Development

Successfully merging a pull request may close this issue.

2 participants