mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
299 stars 67 forks source link

#138 - Show/Hide Completed Tasks button #223

Closed rubenmvc closed 6 months ago

rubenmvc commented 6 months ago

138 - Added a button to change visibility of completed tasks inside a specific list

mrvladus commented 6 months ago

We could probably try to bind property reveal-childof Task widget's revealer template child to this toggle button active property, so we can remove _on_toggle_completed_btn_toggled callback.

mrvladus commented 6 months ago

Although, I wanted to add menu at the task list headerbar for sorting and stuff, it would be a good place for this toggle too. But I'll make it later, for now separate button will do.