feat: Edit relative reminders #3248

Merged
konrad merged 27 commits from ce72/frontend:main into main 2023-06-10 17:04:10 +00:00

27 Commits

Author SHA1 Message Date
kolaente 098b5fa2b1
fix(reminders): properly parse relative reminders which don't have an amount
continuous-integration/drone/pr Build is passing Details
2023-06-10 18:54:39 +02:00
kolaente 5e4eb4a728
fix(reminders): custom relative highlight now only when a custom relative reminder was actually selected 2023-06-10 18:54:10 +02:00
kolaente 8930f61548
fix(reminders): flatpickr styling improvements 2023-06-10 18:46:15 +02:00
kolaente 9a736cf65f
fix(reminders): style flatpickr so that it blends in more
continuous-integration/drone/pr Build is passing Details
2023-06-10 18:39:33 +02:00
kolaente 2677f6254d
feat(reminders): highlight which preset or custom date is selected
continuous-integration/drone/pr Build is passing Details
2023-06-10 17:35:50 +02:00
kolaente bfcb36e093
fix(reminders): align remove icon with the rest
continuous-integration/drone/pr Build is passing Details
2023-06-10 17:29:30 +02:00
kolaente 9ec29cad30
fix: lint
continuous-integration/drone/pr Build is passing Details
2023-06-10 17:26:06 +02:00
kolaente dd3a5fe6b5
fix(reminders): duplicate reminder for each change
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:46:34 +02:00
kolaente 04642ae1ec
fix(reminders): set date over relative reminder
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:43:02 +02:00
kolaente eac19e28d6
feat(reminders): add more spacing
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:39:35 +02:00
kolaente 11f94e4037
feat(reminders): make adding new reminders less confusing
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:37:26 +02:00
kolaente 39cc7a00d8
feat(reminders): make relative presets actually work
continuous-integration/drone/pr Build is failing Details
2023-06-09 14:31:32 +02:00
kolaente 02da1e171e
feat(reminders): add confirm button 2023-06-09 14:27:11 +02:00
kolaente ae177c73ea
feat(reminders): move reminder settings to a popup 2023-06-09 14:23:32 +02:00
kolaente e6c4c18974
feat(reminders): translate all reminder form strings
continuous-integration/drone/pr Build is failing Details
2023-06-09 13:54:17 +02:00
kolaente 95487d7569
feat(reminders): add proper time picker for relative dates
continuous-integration/drone/pr Build is failing Details
2023-06-09 13:19:47 +02:00
kolaente 7b2a688b6e
feat(datepicker): separate datepicker popup and datepicker logic in different components
continuous-integration/drone/pr Build is failing Details
2023-06-09 12:07:23 +02:00
kolaente 9df6950d1a
feat: start adding relative reminder picker with more options
continuous-integration/drone/pr Build is failing Details
2023-06-05 16:16:10 +02:00
kolaente 6c2dc483a2
fix: redundant ) 2023-05-31 16:27:20 +02:00
Dominik Pschenitschni 811254e6a9
wip: base review
continuous-integration/drone/pr Build is failing Details
(cherry picked from commit 3bb64f078cf333f174d247dc404355f2c8437cfd)
2023-05-31 16:25:33 +02:00
cernst 85ffed4d9a
fix: review findings 2023-05-31 16:25:33 +02:00
cernst 5fb45afb12
fix: review findings 2023-05-31 16:25:33 +02:00
cernst fb14eca634
fix: review findings 2023-05-31 16:25:32 +02:00
cernst 14e2698833
feat: edit relative reminders 2023-05-31 16:25:32 +02:00
cernst 0d6c0c8399
chore; extract code to reminder-period.vue 2023-05-31 16:25:32 +02:00
cernst 5d38b8327f
feat: allow to edit existing relative reminders 2023-05-31 16:25:32 +02:00
cernst f747d5b2fc
feat: Use new Reminders API instead of reminder_dates 2023-05-31 16:25:30 +02:00