dwyl / phoenix-liveview-todo-list-tutorial

✅ Beginners tutorial building a Realtime Todo List in Phoenix 1.6.10 + LiveView 0.17.10 ⚡️ Feedback very welcome!
https://liveview-todo.herokuapp.com/
69 stars 11 forks source link

Clear completed #35

Closed SimonLab closed 2 years ago

SimonLab commented 2 years ago

Add phoenix binding "click" on the "clear completed" button to remove all completed item to be merged after: #22

codecov[bot] commented 2 years ago

Codecov Report

Merging #35 (0a9a353) into master (9022926) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #35   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           30        42   +12     
=========================================
+ Hits            30        42   +12     
Impacted Files Coverage Δ
lib/live_view_todo/item.ex 100.00% <100.00%> (ø)
lib/live_view_todo_web/live/page_live.ex 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9022926...0a9a353. Read the comment docs.