ChangeNoteCard
fun ChangeNoteCard( modifier: Modifier, viewModel: ProjectScreenViewModel, project: Project, update: ProjectUpdate, note: Note, allowedToChangeStatus: Boolean)
The card to display the change note details
Parameters
modifier
The modifier to apply to component
viewModel
The support viewmodel for the screen
project
The project owner of the update
update
The update owner of the change note
note
The change note to display
allowedToChangeStatus
Whether the status of the change note can be edited