Task lists WIP:

* new icon for the task app
* create task message action
This commit is contained in:
John Livingston
2024-05-12 18:45:51 +02:00
parent 31a95f774d
commit ac47e6314f
7 changed files with 147 additions and 10 deletions

View File

@ -448,4 +448,10 @@ task_delete: 'Delete task'
task_delete_confirm: 'Are you sure you want to delete this task?'
task_app_info: |
You can create tasks and task lists, which are shared between all room's admins.
See the livechat streamers documentation for more information.
See the livechat streamers documentation for more information.
task_list_pick_title: 'Please choose a task list'
task_list_pick_empty: 'There is no task list for now, please first create one'
task_list_pick_message: |
Once you have chosen a task list, a new task will be created.
To see the task, open the task application using the top menu.
More information in the livechat plugin documentation.