Hi there,
Little feature request here : delay autosave if user is actually working.
Here’s how :
- If user is on the app and did an action in the last (5s), and the app wants to fire an autosave, then wait for a few more seconds. If user is away from the app (googling, watching a youtube video, whatever), then the app can fire the event too
- This involves having a few parameters user can modify, like toggle or not that feature, then decide which duration time an “AFK” fires an autosave event
This would help reduce frustrating moments where :
- autosave pops in the middle of your work, breaking your focus momentum
- user declined several times autosave prompts because of that focus loss…and get a crash
NB : I may have misunderstood the quicksave “rest duration”, but not sure it does what I want. The idea is to no longer perform quicksaves if the user is working/in the app searching for a function, cause if so, user might skip it and risk to lose some work