Back to Super Productivity

Dialog Deadline.Component

src/app/features/tasks/dialog-deadline/dialog-deadline.component.html

18.4.4592 B
Original Source

wb_sunnybedtime @if (isConfigReady()) { } @if (isShowEnterMsg) { {{ T.DATETIME_SCHEDULE.PRESS_ENTER_AGAIN | translate }} } {{ T.F.TASK.D_DEADLINE.ADD_TIME | translate }}schedule @if (selectedTime) { close } @if (selectedTime) { alarm{{ T.F.TASK.D_DEADLINE.REMIND_AT | translate }} @for (remindOption of reminderOptions; track remindOption.value) { {{ remindOption.label | translate }} } } @if (hasExistingDeadline) { flag_circle {{ T.F.TASK.D_DEADLINE.REMOVE_DEADLINE | translate }} } flag {{ T.F.TASK.D_DEADLINE.SET_DEADLINE | translate }} {{ T.G.CANCEL | translate }}