<@U0F3291QE> Just watched the video, good job :ta...
# tornadofx
n
@edvin Just watched the video, good job 🎉. I noticed that you are able to edit the TodoItems even though they are marked as inactive. I am not sure if there is an easy fix for that will check tonight, but you are probably faster anyways 😀 I really like your TodoItemFragment implementation, so do I understand that right that you basically implemented the TextFieldListCell class which comes with Javafx (204 lines of code) in only 40 lines of code in addition with extra functionality like a checkbox and a delete button...very cool At the end of your video you mention the event-bus, is there any benefit for a small app, like the todomvc is right now, to use events, then coupling the views to the controller directly like you did, or let's ask differently, when do you usually start using events over coupling the views directly? Thanks again for the good work!!