-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add welcome screen #52
Comments
That's possible. Neither the Rust playground nor the Go playground seem to have this -- at least, not when I visit them in incognito mode. There is already a Could we repurpose the Help screen for this? What text / design did you have in mind? |
Yes, if we can make Help screen to pop up at first visit, it would be great. A few introductory sentences; what this playground is capable of / suitable for, and what it's not sufficient for; where to go next if you need more (basically a link to |
What is the sanctioned place to send people? This page? |
If you are past Playground capabilities you are already capable of "Running your first lines of code" and "Writing your first Haskell program", so I'd send users straight up to https://www.haskell.org/ghcup/#. (I think it's rather https://www.haskell.org/get-started/ should send people to Playground first instead of suggesting to install local development environment) |
I'm not sure I am a fan of popups when I visit websites. I think a help button should be enough. |
Agreed.
What do you think of the placement of the button currently? It's reachable and visible on desktop, but takes scrolling the toolbar on mobile or small screens. (And also I need to fix the popup on mobile anyway...) |
Maybe a question mark symbol there? Alternatively a small question mark symbol directly on the haskell icon. Like notification style. It would vanish if you're not a new time visitor and the original help text button would persist. |
Where is the "there" you mean? |
I reuploaded the picture |
Feature request
Currently if an uninitiated user hits https://play.haskell.org there is no introduction / welcome screen, just a sheer wall of code. This could be frightening for newcomers. Could it be possible to detect if it's a first visit to the domain and display a modal window, describing purpose / capabilities of the site and where to go next?
The text was updated successfully, but these errors were encountered: