refactor(frontend) : replace TaskDrawer with TaskModal for ticket create/edit

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-13 11:06:04 +01:00
parent 9a9e5093f5
commit 7d1d81688e
3 changed files with 413 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
</div>
</div>
<TaskDrawer
<TaskModal
v-model="taskDrawerOpen"
:task="selectedTask"
:project-id="projectId"

View File

@@ -116,7 +116,7 @@
</div>
</div>
<TaskDrawer
<TaskModal
v-model="taskDrawerOpen"
:task="selectedTask"
:project-id="projectId"