On todo item select, we should show a component that displays basic info of the todo, as well as an edit input, and delete button.
When updating the todo, changes should be reflected in the ListView.
In addition, the input should NOT display if the todo item has been completed.
The ListVIew and Details component should share the same model, but each should have their own view model which is bound to the ui.
On todo item select, we should show a component that displays basic info of the todo, as well as an edit input, and delete button.
When updating the todo, changes should be reflected in the ListView.
In addition, the input should NOT display if the todo item has been completed.
The ListVIew and Details component should share the same model, but each should have their own view model which is bound to the ui.