Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.42k stars 1.99k forks source link

Update notice behaviour #96543

Closed fditrapani closed 2 hours ago

fditrapani commented 3 hours ago

When you're experimenting with styles on a Free plan, the upgrade notice behaviour feels broken. After you dismiss the notification, it appears again, and again, after every save.

Steps to reproduce

  1. Create a free site
  2. Apply custom styles
  3. Dismiss the banner
  4. Make some changes
  5. Press save

Recording

https://github.com/user-attachments/assets/99cff22a-e231-4fa1-b18b-ea816df2fd6c

@Copons let's discuss some options to improve this in the comments.

cc @richtabor

github-actions[bot] commented 3 hours ago

OpenAI suggested the following labels for this issue:

fditrapani commented 2 hours ago

Here are some proposals for how to handle this:

  1. Dismiss once per session: We should let you to dismiss it for your current work session. Then show it again if you refresh or close the window, or navigate out of the editor, and come back again.
  2. Remove the dismiss button so that the banner always shows.

Ian also mentioned we had a better design for this. I'll track it down and share it for feasability.

fditrapani commented 2 hours ago

Closing this in favour of https://github.com/Automattic/dotcom-forge/issues/9890