Skip to content

Commit

Permalink
feat: add new task from context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Feb 15, 2024
1 parent 2beb049 commit b563864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/components/tasks/Tasks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ function onDelete() {
/>
</ContextMenu.Trigger>
<ContextMenu.Content>
<ContextMenu.Item @click="onAddTask">
New Task
</ContextMenu.Item>
<ContextMenu.Separator />
<ContextMenu.Item @click="isOpenEditMenu = true">
Edit...
</ContextMenu.Item>
Expand Down

0 comments on commit b563864

Please sign in to comment.