Add new TaskState icons
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.