MoveChangeNoteDialog

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

viewModel

The support viewmodel of the screen

changeNote

The change note to move

sourceUpdate

The source update where the change note is currently attached

availableDestinationUpdates

The available update where move the change note