evancz / elm-todomvc

The TodoMVC app written in Elm, nice example for beginners.
http://evancz.github.io/elm-todomvc/
BSD 3-Clause "New" or "Revised" License
1.22k stars 329 forks source link

Filter entries for empty description on edit end #57

Closed bowd closed 2 years ago

bowd commented 7 years ago

Fixes #56

Disclaimer: I'm super new to Elm but I find it interesting so I'm trying to hone my skills. Any input is highly appreciated :)