Package-level declarations

Functions

Link copied to clipboard
fun ChangeNoteCard(    modifier: Modifier,     viewModel: ProjectScreenViewModel,     project: Project,     update: ProjectUpdate,     note: Note,     allowedToChangeStatus: Boolean)

The card to display the change note details

Link copied to clipboard
fun NoteCard(modifier: Modifier, viewModel: NotesScreenViewModel, note: Note)

The card to display the note details

Link copied to clipboard
fun NoteDetails(note: String, state: SheetState, scope: CoroutineScope)

The layout to display the note details

Link copied to clipboard

Custom layout used to display the current notes of the com.tecknobit.pandoro.localUser