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
Dominik Pschenitschni 3b9bc5b2f8 feat: use BaseButton where easily possible
This replaces links with BaseButton components. BaseButton will use `<button type="button">` inside for this case. This improves accessibility a lot. Also we might be able to remove the `.stop` modifiers in some places because AFAIK the button element stops propagation by default.
2022-07-06 21:07:26 +00:00
..
attachments.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
checklist-summary.vue feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
comments.vue feat: only allow editing of a user's own comments 2022-06-16 17:45:23 +02:00
createdUpdated.vue fix: related tasks add button and task dates in read only view (#1268) 2022-02-06 15:58:52 +00:00
date-table-cell.vue feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
defer-task.vue feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
description.vue feat: description script setup (#1927) 2022-05-22 20:42:24 +00:00
editAssignees.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
editLabels.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
heading.vue feat: remove copy-to-clipboard (#1797) 2022-04-23 15:58:29 +00:00
kanban-card.vue fix: task default color should be set and evaluated properly 2022-06-16 18:11:49 +02:00
labels.vue feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
listSearch.vue feature/fix-vue-i18n-9.2.31 (#1994) 2022-05-23 05:23:59 +00:00
percentDoneSelect.vue feat: percentDoneSelect script setup (#1922) 2022-05-14 15:07:04 +00:00
priorityLabel.vue feat: use defineComponent wrapper 2022-04-02 17:16:57 +02:00
prioritySelect.vue feat: prioritySelect script setup (#1925) 2022-05-14 15:04:04 +00:00
quick-add-magic.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
relatedTasks.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
reminders.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
repeatAfter.vue fix: repeatAfter initial modelValue 2022-05-22 15:44:27 +00:00
singleTaskInList.vue feat: use BaseButton where easily possible 2022-07-06 21:07:26 +00:00
sort.vue feat: improve Sort component 2022-01-30 16:53:46 +01:00