This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/components/tasks/partials
kolaente b057fb2784
continuous-integration/drone/push Build is failing Details
fix(reminders): set reminder date on datepicker when editing a reminder
Setting an actual reminder date (not a relative one) flowed only from the component to the outside when setting it. When editing it, the reminder date would not be populated, causing the datepicker date to stay at the current date.
2024-02-06 18:46:15 +01:00
..
assigneeList.vue fix(kanban): assignee spacing 2024-02-06 15:39:05 +01:00
attachments.vue fix(attachments): layout and coloring in dark mode 2023-09-29 09:28:51 +02:00
checklist-summary.vue feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
comments.vue fix(editor): image paste handling 2023-11-21 13:23:05 +01:00
createdUpdated.vue fix: move createdUpdated styles to component (#2685) 2022-11-12 10:50:48 +00:00
date-table-cell.vue chore: remove date mixins 2022-09-05 16:37:37 +02:00
defer-task.vue feat: datepicker locale support (#3878) 2024-01-20 18:50:00 +00:00
description.vue fix(editor): show editor if there is no content initially 2023-12-11 21:55:47 +01:00
editAssignees.vue fix(assignees): use correct amount of spacing in assignee selection 2024-02-06 15:44:39 +01:00
editLabels.vue fix(labels): make color reset work 2024-01-15 14:00:08 +01:00
heading.vue fix(task): make sure the modal close button is not overlapped with the title field (#3256) 2023-10-22 17:40:50 +00:00
kanban-card.vue fix(task): remove default task color 2024-02-06 18:18:44 +01:00
label.vue feat(quick actions): show labels as labels and tasks with all of their details 2023-08-29 12:33:43 +02:00
labels.vue fix(kanban): bottom spacing of labels 2024-02-06 15:34:22 +01:00
percentDoneSelect.vue feat: use v-model more consequent (#2356) 2022-09-13 15:30:33 +00:00
priorityLabel.vue fix(task): priority label spacing 2023-09-29 09:32:00 +02:00
prioritySelect.vue feat: remove comments from prioritySelect (#2645) 2022-11-07 11:42:32 +00:00
projectSearch.vue fix(settings): allow removing the default project via settings 2023-10-20 16:01:22 +02:00
quick-add-magic.vue fix(quick add magic): headline 2023-09-06 16:45:12 +02:00
relatedTasks.vue feat(task): immediately set focus on the task search input when opening the related tasks menu 2023-09-06 18:50:38 +02:00
reminder-detail.vue fix(reminders): set reminder date on datepicker when editing a reminder 2024-02-06 18:46:15 +01:00
reminder-period.vue fix(task): bubble date changes from the picker up 2024-01-15 23:23:57 +01:00
reminders.story.vue feat: start adding relative reminder picker with more options 2023-06-05 16:16:10 +02:00
reminders.vue fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
repeatAfter.vue fix(task): remove wrong repeat types 2023-09-06 15:41:48 +02:00
singleTaskInProject.vue fix(task): make sure the drag handle is shown as intended 2024-02-06 18:29:17 +01:00
singleTaskInlineReadonly.vue fix(task): priority label sizing and positioning in different environments 2023-09-06 15:58:52 +02:00
sort.vue chore: improve type imports 2022-09-05 16:37:36 +02:00