Navigation: show Sharing link in sidebar as disabled until Jetpack options are ready in the UI #1425
Labels
[Feature] Sharing
Features and settings for sharing posts across different platforms, including sharing buttons.
Navigation
[Type] Bug
When a feature is broken and / or not performing as intended
When viewing a Jetpack site in Calyspo, and you reload the page — the "Sharing" item appears only after a delay because the sidebar needs to check if the feature exists via a network request.
Video: https://cloudup.com/isD6PpBnPDq
Possibly related to #429
How to solve this? Possibly with a better sync and storage of the active Jetpack options for a given sit.
Why (via @mtias):
The problem is we delay rendering of key interface elements (like the Sharing menu item) because we don’t have information to know whether we should show it or not: is Publicize enabled or disabled?
Which then makes the sidebar jump after a couple seconds... and is an odd interaction. If we fix the jump in some other way — such as showing "Sharing" as disabled until we have the info — that would be a big improvement.
The text was updated successfully, but these errors were encountered: