🐛 (record) persist note with task id
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
- modify a task,
|
- modify a task,
|
||||||
- find a way to prevent desync between tasks and records (when modifying steps of a task for example),
|
- find a way to prevent desync between tasks and records (when modifying steps of a task for example),
|
||||||
- easily copy steps,
|
- easily copy steps,
|
||||||
- 🐛 persist notes,
|
|
||||||
- 🐛 changing task while recording breaks the controls
|
- 🐛 changing task while recording breaks the controls
|
||||||
|
|
||||||
[Loop icons created by Dreamstale - Flaticon](https://www.flaticon.com/free-icons/loop)
|
[Loop icons created by Dreamstale - Flaticon](https://www.flaticon.com/free-icons/loop)
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ const isSuperiorToEstimation = computed(() => {
|
|||||||
:value="recordNotes"
|
:value="recordNotes"
|
||||||
@input="
|
@input="
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
recordStore.updateRecordNotes(recordId, $event.target.value)
|
recordStore.updateRecordNotes(taskId, $event.target.value)
|
||||||
"
|
"
|
||||||
placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought."
|
placeholder="Take notes while you're doing the task. It can be helpful at the end to retrieve your thought."
|
||||||
class="textarea"
|
class="textarea"
|
||||||
|
|||||||
Reference in New Issue
Block a user