WordPress / wporg-gutenberg

The theme for https://wordpress.org/gutenberg/
https://wordpress.org/gutenberg/
10 stars 5 forks source link

Do something with the "Welcome Guide" #27

Closed StevenDufresne closed 2 years ago

StevenDufresne commented 2 years ago

The welcome guide is still showing up for new sessions.

We have code to hide it, but there's something weird happening.

With a completely new session, local storage is missing the welcomeGuide: false prop and we check to see if it's active, it says no (probably because undefined = false), and then the welcome window appears later.

We can either remove it or repurpose it to introduce the page better.

StevenDufresne commented 2 years ago

Decided to get the code working and suppress it. Implemented in https://github.com/WordPress/wporg-gutenberg/commit/e73df9fd5e3c3b564c9cd8336ea560cc431348e0