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 6cc75928d8
continuous-integration/drone/push Build is failing Details
fix(task): remove default task color
Previously, the task would use the default color. This was now removed, as this resulted in the default color not being visible on tasks.

Resolves https://github.com/go-vikunja/frontend/issues/135#issuecomment-1917576392
2024-02-06 18:18:44 +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
comments.vue fix(editor): image paste handling 2023-11-21 13:23:05 +01:00
createdUpdated.vue
date-table-cell.vue
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
priorityLabel.vue fix(task): priority label spacing 2023-09-29 09:32:00 +02:00
prioritySelect.vue
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(task): bubble date changes from the picker up 2024-01-15 23:23:57 +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): update due date when marking a task done 2024-01-15 23:33:02 +01:00
singleTaskInlineReadonly.vue fix(task): priority label sizing and positioning in different environments 2023-09-06 15:58:52 +02:00
sort.vue