Move Change Note Dialog
fun MoveChangeNoteDialog(show: MutableState<Boolean>, viewModel: ProjectScreenViewModel, changeNote: Note, sourceUpdate: Update, availableDestinationUpdates: List<Update>)
Dialog used to allow the user to select the update where move the change note
Since
1.2.0
Parameters
show
Whether to show the dialog
view Model
The support viewmodel of the screen
change Note
The change note to move
source Update
The source update where the change note is currently attached
available Destination Updates
The available update where move the change note