feat(google-tasks): add update task action

This commit is contained in:
Rıdvan Akca
2024-01-16 16:33:41 +03:00
parent 92a9b096ec
commit a90b58b6db
5 changed files with 154 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/google-tasks.svg
items:
- name: Find task
desc: Looking for an incomplete task.
- name: Update task
desc: Updates an existing task.
---
<script setup>