Auto-save has no progress indicator and hard-coded 500ms debounce #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The auto-save system uses a hardcoded 500ms debounce with no visual indicator of save status. Users don't know if their data is saved, saving, or failed. On slow devices, the debounce might be too aggressive. If the user closes the app during a save, data loss is possible.
Files
sharedUI/src/commonMain/kotlin/org/shahondin1624/viewmodel/CharacterViewModel.kt(line 94)Expected Behavior
Acceptance Criteria