From ae177c73ea6f9f4ef90f75ce0375c2707c1532f7 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 9 Jun 2023 14:23:32 +0200 Subject: [PATCH] feat(reminders): move reminder settings to a popup --- src/components/input/SimpleButton.vue | 26 +++++ src/components/input/datepicker.vue | 8 +- src/components/misc/popup.vue | 3 + .../tasks/partials/reminder-detail.vue | 102 ++++++++++++------ .../tasks/partials/reminder-period.vue | 1 - 5 files changed, 103 insertions(+), 37 deletions(-) create mode 100644 src/components/input/SimpleButton.vue diff --git a/src/components/input/SimpleButton.vue b/src/components/input/SimpleButton.vue new file mode 100644 index 000000000..ffe8c5b56 --- /dev/null +++ b/src/components/input/SimpleButton.vue @@ -0,0 +1,26 @@ + + + + + diff --git a/src/components/input/datepicker.vue b/src/components/input/datepicker.vue index f36f6480e..b8a3f8d67 100644 --- a/src/components/input/datepicker.vue +++ b/src/components/input/datepicker.vue @@ -1,8 +1,8 @@