Package-level declarations

Functions

Link copied to clipboard
fun MoveChangeNoteButton(viewModel: ProjectScreenViewModel, changeNote: Note, update: Update)

Custom IconButton used to move a change note from an update to other update

Link copied to clipboard
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