Merge branch 'main' into feature/date-math

This commit is contained in:
kolaente 2022-03-27 22:41:53 +02:00
commit 0af6d79eff
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
32 changed files with 1286 additions and 1150 deletions

View file

@ -259,6 +259,7 @@
class="is-outlined has-no-border"
icon="check-double"
variant="secondary"
v-shortcut="'t'"
>
{{ task.done ? $t('task.detail.undone') : $t('task.detail.done') }}
</x-button>
@ -356,6 +357,7 @@
@click="setFieldActive('moveList')"
variant="secondary"
icon="list"
v-shortcut="'m'"
>
{{ $t('task.detail.actions.moveList') }}
</x-button>
@ -363,6 +365,7 @@
@click="setFieldActive('color')"
variant="secondary"
icon="fill-drip"
v-shortcut="'c'"
>
{{ $t('task.detail.actions.color') }}
</x-button>