From 069a5ede5bcddbc510b99fd096cad3fa94bec24b Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sun, 25 Nov 2018 22:21:27 +0100 Subject: [PATCH] feat(reminders): remove directly from note context menu --- src/app/note/note/note.component.html | 6 ++++++ src/app/note/note/note.component.ts | 17 ++++++++++++++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/app/note/note/note.component.html b/src/app/note/note/note.component.html index 66edbcac3a8..d5dffcb71c5 100644 --- a/src/app/note/note/note.component.html +++ b/src/app/note/note/note.component.html @@ -22,6 +22,12 @@ schedule {{note.reminderId ? 'Edit' : 'Add'}} reminder +