Back to Super Productivity

Notes.Component

src/app/features/note/notes/notes.component.html

18.4.4249 B
Original Source

@if (isDragOver) { add {{ T.F.NOTE.NOTES_CMP.DROP_TO_ADD | translate }} }@let notes = workContextService.notes$ | async; @for (note of notes; track note.id) {

} @if (notes?.length === 0) { {{ T.F.NOTE.NOTES_CMP.NO_NOTES | translate }} }