| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This prevents multi track deletion from attempting to auto select a track that no longer exists because it was included in a bulk delete operation.
| </v-label> | ||
| <TypePicker | ||
| :value="multiTrackType" | ||
| :all-types="allGroupTypesRef" | ||
| :read-only-mode="readOnlyMode" | ||
| selected | ||
| update-on-input | ||
| data-list-source="allGroupTypesOptions" | ||
| @input="updateMultiTrackType" | ||
| /> |
There was a problem hiding this comment.
I think we should add the lock-types prop to this component from clientSettings. This is a functionaltiy that if in the Type List settings you can prevent users from entering in their own custom types. It changes the behavior of the TypePicker slightly so it is dropdown instead of a combo box and limits what types can be used.
Sorry, something went wrong.
There was a problem hiding this comment.
d5d4e3a imports clientSettings and uses it for this component.
Sorry, something went wrong.
There was a problem hiding this comment.
It functions exactly as intended.
Just a few minor things where it may interface with other features in DIVE (like lock-types) and some suggestions to replace event emitting with internal calls to useHandler()
Sorry, something went wrong.
Co-authored-by: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com>
There was a problem hiding this comment.
Minor change related to the TypePicker and locking types.
Sorry, something went wrong.
Co-authored-by: Bryon Lewis <61746913+BryonLewis@users.noreply.github.com>
There was a problem hiding this comment.
👍
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fix #1504
Changes
Demo
Multi-select tracks: This video demonstrates ctrl+clicking on annotations, the event viewer, and the track list. It also contains examples of clicking outside of tracks to deselect them all, and ctrl+click on a selected track will deselect that track.
ctrl_click_demo.mp4Changing types and deleting tracks:
multi_edit_delete.mp4To-do