Skip to content

Ask which side of the confidence threshold a delete of every listed track reaches - #1944

Open
mattdawkins wants to merge 1 commit into
mainfrom
dev/track-list-delete-threshold
Open

mattdawkins wants to merge 1 commit into
mainfrom
dev/track-list-delete-threshold

Conversation

@mattdawkins

Copy link
Copy Markdown
Member

Replaces #1942, which put this question on the type list; it belongs on the track list.

  • When every track in the track list is checked and its delete button is pressed (sidebar and bottom bar), a dialog asks whether to delete the tracks above the current confidence threshold (the listed tracks, the previous behaviour), below it (tracks of the enabled types that the list hides), or all of them. A partial selection keeps the plain confirmation.
  • BaseFilterControls.removeTypeAnnotationsByThreshold(types, scope) does the below-threshold removal, deleting a track when no type remains.
  • Specs for the scopes and the dialog gating; docs updated. The type list is unchanged.

🤖 Generated with Claude Code

…rack reaches

The track list only shows what passes the confidence thresholds, so its
delete button asks: above (the listed tracks), below (hidden ones), or all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant