You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Once the playground is opened, a one-step tutorial should be displayed.
Why
To show the user around the app.
How
Arrows, and tool-tips around the screen with a quick exit button to hide them all. Nothing too intrusive, but something to simply describe things at a glance.
A single screen with position: absolute; to cover the page, and divs within that screen to show the user around.
A state to keep track of the tutorial status will be needed, the user shouldn't need to see it more than once.
What needs to be done.
Once the playground is opened, a one-step tutorial should be displayed.
Why
To show the user around the app.
How
Arrows, and tool-tips around the screen with a quick exit button to hide them all. Nothing too intrusive, but something to simply describe things at a glance.
A single screen with
position: absolute;to cover the page, and divs within that screen to show the user around.A state to keep track of the tutorial status will be needed, the user shouldn't need to see it more than once.