You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user clicks on "publish/schedule/submit" when offline, the post is added to the upload queue.
As per design in #9555 the post list item has for example "Post will be published next time your device is online" label.
Goal of this task is to add "Cancel" button which will change the post status back to draft, so the post doesn't get automatically published when the user's device is online again. (The cancel button should be also added to the SnackBar as per the design.)
Note: This task shouldn't be merged into develop until we start uploading changes automatically and #10207 is implemented.