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

Focus edited items #40

Closed SimonLab closed 2 years ago

SimonLab commented 2 years ago

Create hook to detect when the input for editing item is displayed and run the focusItem js function

see: #39

codecov[bot] commented 2 years ago

Codecov Report

Merging #40 (f9d0b27) into master (b776ce3) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #40   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           49        49           
=========================================
  Hits            49        49           

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 b776ce3...f9d0b27. Read the comment docs.