toolness / weather-outfit-fun

Learn to code by making an app that shows you an outfit to wear based on the weather forecast.
http://toolness.github.io/weather-outfit-fun/tutorial/
1 stars 5 forks source link

Tell user to expand tutorial pane in Thimble #16

Closed toolness closed 10 years ago

toolness commented 10 years ago

The default size is way too narrow, so we should point to the upper-right of the tutorial pane and show the user Thimble's "widen" icon so they know what to look for.

If it's possible to tell whether we're in Thimble or not, e.g. via window.parent.location, then we could only show the message if we know we're in Thimble.

Also note that Thimble always starts out with the tutorial pane minimized, even if the user just reloads the page, so we can safely make that assumption.

This is a workaround to bug 1074987.

toolness commented 10 years ago

Done in b4ff3bd4f46336d322e9316e55e8e185f2f40604.