Skip to content

Add new TaskState icons

Matej Dipčár requested to merge task_state_icons into milestone-01

New task icons are now showing properly. I made a bit of refactoring of Task model by adding a new interface ITask which is implemented by SubTask and Task. Also tasks still have action to toggle task completion which currently cycles through all task states except URGENT. This one will be handled automatically later on.

Merge request reports