Skip to content

Make sequence-wide Type Filters a saved user preference - #1924

Closed
mattdawkins wants to merge 2 commits into
mainfrom
fix/sequence-type-filter-rows
Closed

Make sequence-wide Type Filters a saved user preference#1924
mattdawkins wants to merge 2 commits into
mainfrom
fix/sequence-type-filter-rows

Conversation

@mattdawkins

@mattdawkins mattdawkins commented Sep 12, 2026

Copy link
Copy Markdown
Member

Type Settings now exposes Show types from entire sequence, enabled by default. It keeps types with zero current-frame annotations in the list; disabling it limits rows to current-frame types. The choice is saved across sequences using the existing frame-filter setting.

Validation: 35 settings, settings-panel, and type-list tests passed; changed-file lint passed.

@mattdawkins mattdawkins changed the title Show sequence-wide Type Filters when opening a sequence Make sequence-wide Type Filters a saved user preference Sep 12, 2026
@BryonLewis

Copy link
Copy Markdown
Collaborator

This is just renaming and forcing the switch to the opposite default for an existing feature. We have the "Filter by Frame" option in the UI for type settings that will filter the annotations by the current frame. It is off by default but can be toggled on and saved by the user. It also matches our Typer counter systme where we show Total:frame counts. This change renames it and makes it more like a negative opt-in. I.E. Before you "Filter by Frame" to make it show the current frame's types. The update has you turn off "Show types from entire sequence" to simulate the same behavior. I think this is a bit more confusing and not as direct as the existing option.

@BryonLewis

Copy link
Copy Markdown
Collaborator

closed in favor of #1926

@BryonLewis BryonLewis closed this Sep 14, 2026
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.

2 participants