Commit Graph

14 Commits

Author SHA1 Message Date
Bastiaan
0f5868378a Fix documentation modules/control/tasks.lua
Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
2021-04-27 23:16:18 +02:00
bbassie
ea24477175 Fixed some of the requested changes
* Made add_task and update_task have consistent arguments
* Removed default task title and body
* Task list resized to fit to 10 items
2021-04-25 22:26:22 +02:00
bbassie
8674704f15 Fix docs gen param argument name mismatch
param and formal argument name mismatch: 'task_title' 'message_title'
param and formal argument name mismatch: 'task_body' 'message_body'
2021-04-16 22:50:16 +02:00
bbassie
eeb9f31b57 Basic task with title and body implementation
- Parsing of the message is a bit low effort and will need to be improved.
2021-04-14 00:24:52 +02:00
bbassie
3ab6326a5f Tasklist refactor to match the new warp system
* Removed the ability to pass `task_number` to `Task.add_task`
* Unified button styles of the Gui
* Made task-list code simular to the new warp-list
2021-01-24 02:02:24 +01:00
Cooldude2606
4a31011a26 Updated Tasks 2020-05-30 23:02:59 +01:00
Cooldude2606
32507492b8 Fixed Existing Lua Check Errors 2020-05-26 18:21:10 +01:00
Cooldude2606
f7cff8b236 Task List Updated 2019-10-24 01:44:41 +01:00
Cooldude2606
06030ff2c2 Updated warps 2019-10-13 00:25:31 +01:00
Cooldude2606
cf1515c1c8 Updated Tasks 2019-10-11 23:25:04 +01:00
Cooldude2606
24b53ba554 Fixed global register in control files 2019-08-30 14:21:55 +01:00
Cooldude2606
0499ad35ab Dependenices 2019-07-22 17:38:56 +01:00
Cooldude2606
aaded0af6b Added warps to control 2019-07-22 16:24:57 +01:00
Cooldude2606
5a9392f108 Added Tasks to control 2019-07-21 20:28:28 +01:00