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 7a9aa7771b
All checks were successful
continuous-integration/drone/push Build is passing
fix(tasks): play pop sound directly and not from store
This solves two problems:

1. Previously, changing anything on a done task would play the pop sound all the time, because the store only knew the new done status was "done" and not if it was done previously already.
2. Safari will prevent playing a sound without user interaction. This means the user has to interact directly with the method playing the sound which was not the case when the sound was played from the store.

Resolves #3292
2023-09-04 20:14:43 +02:00
..
assigneeList.vue fix: lint 2023-09-04 13:11:31 +02:00
attachments.vue fix(task): make an attachment cover image 2023-07-07 12:36:27 +02:00
checklist-summary.vue feat: use transition component everywhere 2022-11-14 22:08:54 +01:00
comments.vue fix: bubble changes from the editor immediately and move the delay to callers 2023-06-02 12:40:21 +02:00
createdUpdated.vue fix: move createdUpdated styles to component (#2685) 2022-11-12 10:50:48 +00:00
date-table-cell.vue chore: remove date mixins 2022-09-05 16:37:37 +02:00
defer-task.vue fix: use props destructuring everywhere 2023-06-20 14:40:41 +02:00
description.vue fix: bubble changes from the editor immediately and move the delay to callers 2023-06-02 12:40:21 +02:00
editAssignees.vue fix: lint 2023-09-04 13:11:31 +02:00
editLabels.vue fix: don't allow creating a new label from filter view 2023-05-30 19:54:01 +02:00
heading.vue fix(task): call getting task identifier directly instead of using model function 2023-06-18 18:46:18 +02:00
kanban-card.vue fix(tasks): play pop sound directly and not from store 2023-09-04 20:14:43 +02: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 feat(quick actions): show labels as labels and tasks with all of their details 2023-08-29 12:33:43 +02:00
percentDoneSelect.vue feat: use v-model more consequent (#2356) 2022-09-13 15:30:33 +00:00
priorityLabel.vue move constants 2022-09-05 17:43:55 +02:00
prioritySelect.vue feat: remove comments from prioritySelect (#2645) 2022-11-07 11:42:32 +00:00
projectSearch.vue feat(projects): allow setting a saved filter for tasks shown on the overview page 2023-06-28 15:20:43 +02:00
quick-add-magic.vue fix(quick actions): invalid class prop 2023-08-29 09:57:13 +02:00
relatedTasks.vue fix(tasks): play pop sound directly and not from store 2023-09-04 20:14:43 +02:00
reminder-detail.vue feat(reminders): add e2e tests for task reminders 2023-06-20 15:56:39 +02:00
reminder-period.vue fix: use props destructuring everywhere 2023-06-20 14:40:41 +02: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(repeat): prevent disappearing repeat mode settings when modes other than default repeat mode were selected 2023-06-11 09:48:54 +02:00
singleTaskInlineReadonly.vue fix: lint 2023-09-04 13:11:31 +02:00
singleTaskInProject.vue fix(tasks): play pop sound directly and not from store 2023-09-04 20:14:43 +02:00
sort.vue chore: improve type imports 2022-09-05 16:37:36 +02:00