-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete autosave draft feature (#263)
SweClockers just [announced] the addition of a native autosave draft feature inspired by the one in BSC! Unlike our feature, [it's server-side][server] (an improvement if anything) and [loads autosaved drafts automatically][automatically] (seems like an improvement), but just like us, [it autosaves every three seconds][seconds] and [doesn't save very short drafts][short]. We probably won't be able to force the draft to be cleared when a user with the `prevent_accidental_unload` preference enabled confirms that they do want to navigate away from a not-yet-finished post, but not much we can do about that. The prevent accidental unload feature isn't going anywhere; in my opinion, a confirmation dialog is a great UX improvement over the all-but-guaranteed heart attack that an accidental unload usually causes. Also, from now on, we won't be hard-wrapping commit messages at 72 characters anymore. [announced]: https://www.sweclockers.com/artikel/38846-sweclockers-far-efterlangtade-forumfunktioner [server]: https://www.sweclockers.com/forum/post/20472342 [automatically]: https://www.sweclockers.com/forum/post/20471829 [seconds]: https://www.sweclockers.com/forum/post/20471829 [short]: https://www.sweclockers.com/forum/post/20472044
- Loading branch information
1 parent
7df2ab9
commit ec53f73
Showing
10 changed files
with
0 additions
and
288 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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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