feat: add alt+r shortcut to bring up reminder input on task detail view
This commit is contained in:
@ -319,6 +319,7 @@
|
||||
@click="setFieldActive('reminders')"
|
||||
variant="secondary"
|
||||
:icon="['far', 'clock']"
|
||||
v-shortcut="'Alt+r'"
|
||||
>
|
||||
{{ $t('task.detail.actions.reminders') }}
|
||||
</x-button>
|
||||
|
Reference in New Issue
Block a user