-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show autosave message when autosave exists (#4218)
* Rework PR 4218 * switch to withDispatch approach * fixes for eslint * remove unneeded braces * REQUEST_AUTOSAVE_NOTICE: bail early if autosaveStatus is falsey * remove unused autosave reducer * whitespace * remove field change check when retrieving autosave newer than post * cleanup, doc blcoks * exit early if autosave false * add missing simicolon * spacing cleanup * fix for eslint * Remove useless spans * Drop the showAutoSaveMessage action * Fix unit tests after removing the span * Rename autosaveStatus property just "autosave"
- Loading branch information
1 parent
aa5cc43
commit 7141ce6
Showing
6 changed files
with
70 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters