feat: add task buttons to Kanban headers (#863)

* wip: add task

* add handler

* i18n

* add button styles

---------

Co-authored-by: Louis Knight-Webb <louis@bloop.ai>
This commit is contained in:
Gabriel Gordon-Hall
2025-09-26 16:34:52 +01:00
committed by GitHub
parent e3727e249d
commit dd877eaa51
6 changed files with 57 additions and 10 deletions

View File

@@ -4,5 +4,8 @@
"noTasks": "No se encontraron tareas para este proyecto.",
"createFirst": "Crear Primera Tarea",
"noSearchResults": "Ninguna tarea coincide con tu búsqueda."
},
"actions": {
"addTask": "Agregar tarea"
}
}