Describe the bug: Draft auto-save happens on timer. If user manually saves then continues editing, auto-save overwrites with older version. No conflict detection.
To reproduce:
- Start composing email
- Edit for a while (auto-save triggers)
- Manually save draft
- Continue editing
- Auto-save overwrites manual save
Expected behavior: Reset auto-save timer on manual save. Or skip auto-save if manual save more recent.
Additional context:
- File: tui/composer.go
- Track last manual save timestamp
- Compare before auto-save
- Severity: Medium - data loss
- Complexity: Easy - timestamp comparison
Describe the bug: Draft auto-save happens on timer. If user manually saves then continues editing, auto-save overwrites with older version. No conflict detection.
To reproduce:
Expected behavior: Reset auto-save timer on manual save. Or skip auto-save if manual save more recent.
Additional context: