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

Add WordPress User Setting for Welcome Tips, Pre-publish Checks & Other "Settings" Stored in Browser Cookies or Local Storage #18999

Closed
kopepasah opened this issue Dec 8, 2019 · 3 comments
Assignees

Comments

@kopepasah
Copy link
Member

Is your feature request related to a problem? Please describe.

When users open the editor for the first time they are graciously greeted with very helpful tips to assist in quick learning about the new editor. The current conditional to determine if these tips should show rely on client side storage within the browser, and not a permanent user setting.

Describe the solution you'd like

Browser storage is still okay, but a permanent user setting needs to be added, then a conditional check could first occur based on the user setting.

Describe alternatives you've considered

Not clearing my cookies (sorry, that's not going to happen 🤷‍♂).

Clearing cookies is simply something people often do and knowing I have to reset these "settings" each time I clear my cookies is a bit of a pain.

@kopepasah kopepasah self-assigned this Dec 8, 2019
@aduth
Copy link
Member

aduth commented Dec 8, 2019

Thanks for the report. There's already an existing issue at #15105 which encompasses this pretty well, so I'm going to close this in favor of the other issue.

@aduth
Copy link
Member

aduth commented Dec 8, 2019

Duplicate of #15105

@aduth aduth marked this as a duplicate of #15105 Dec 8, 2019
@aduth aduth closed this as completed Dec 8, 2019
@kopepasah
Copy link
Member Author

@aduth that makes complete sense and thanks for following up. I did perform a few issue searches, which did not expose any relevant issues, but obviously I was not searching for the correct keywords.

I'll follow along on #15105.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants