-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 an indicator to display whether a product has been changed since last published #4281
Comments
Documentation on what was done in #4264:
|
When there are changes that need to be published we use a small overlapping indicator dot to emphasize that changes need to be published. We also enable the button. I'm using the new button component here and style guide rules that only use the outline button for a secondary button. So in this instance, it would be a solid button with blue for emphasis. When there are no changes to be published the button is in a disabled state. *Note, it would be good have a simple animation where the indicator shrinks/animates out of view when you hit publish. |
Using the hash created in #4264 add an indicator to the PDP to inform the user of unpublished changes to a product. The indicator should show if the product or any of it's variants or options has unpublished changes.
Edit By @mikemurray
Historically we've used "dots" with edit icons to indicate changes
The home for these "indicators", whatever form they take, should be placed in the toolbar either next to the publish button or take the form of the publish button.
The text was updated successfully, but these errors were encountered: