Add LabeledFrame table to the GUI #736
Labels
enhancement
New feature or request
stale but not fixed
Issues that have been backlogged for a long time, but may be addressed in the future
Problem: Currently,
LabeledFrame
instances are not represented graphically in the GUI other than in the suggestions. This makes it hard to search for specific types of frames that meet particular criteria.Desired columns:
Instance
associated with them)labels.context.state["last_interacted_frame"]
which is used inGoLastInteractedFrame
More broadly: this table widget and table data model should be flexible enough to incorporate other types of search criteria, possibly including dynamically defined ones where the user sets a manual threshold. Examples:
Some might be very performance intensive, so we should curate a subset that are more useful and leave room for future expansion that is more flexible.
Related issues: #640, #641
The text was updated successfully, but these errors were encountered: