feature/a11y #1390

Merged
konrad merged 7 commits from feature/a11y into main 2022-01-18 20:43:53 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9f0046b651 - Show all commits

View File

@ -46,6 +46,7 @@
@click.prevent.stop="showDefer = !showDefer"
v-if="+new Date(task.dueDate) > 0"
v-tooltip="formatDate(task.dueDate)"
:aria-expanded="showDefer ? 'true' : 'false'"
Review

We should add a button around this =)

We should add a button around this =)
>
- {{ $t('task.detail.due', {at: formatDateSince(task.dueDate)}) }}
</time>