Hide in-progress recordings #87
Labels
enhancement
Issue is about improving/refining an existing feature or behavior. Little to no additions.
needs triage
Issue is not yet ready for PR authors to take up
Checklist
Feature description
The app should not show recordings in-progress or at least indicate the same in the UI.
Why do you want this feature?
Users could unknowingly delete the recording in progress.
Additional information
This sort of conflicts with #74 because we can't hide files without really hiding them. I see two ways:
pending-
to the in-progress recording filename and ignore files starting withpending-
when fetching recordings.pending
folder inside user's selected recordings folder.Update: To solve the issue of losing files, the app should try to recover unsaved recordings on startup and use a locking mechanism to ignore in-progress recordings.
The text was updated successfully, but these errors were encountered: