msandrini / achiever

A tool built to achieve... wrapper over the old "Achievo" legacy system, transforming the old php+html return into a modern one-page app in React with GraphQL for the API.
MIT License
1 stars 2 forks source link

Fixed autoTab when clicking with mouse|arrow{Up/Down} #67

Closed henriquefacioli closed 6 years ago

henriquefacioli commented 6 years ago

Using onKeyUp at TimeField.jsx to call autoTabIsNeeded at ActiveDayTimes.jsx.

codecov-io commented 6 years ago

Codecov Report

Merging #67 into master will increase coverage by 0.61%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   75.82%   76.43%   +0.61%     
==========================================
  Files          42       42              
  Lines        1307     1307              
  Branches      259      258       -1     
==========================================
+ Hits          991      999       +8     
+ Misses        277      269       -8     
  Partials       39       39
Impacted Files Coverage Δ
client/components/edit/TimeField.jsx 100% <100%> (+7.69%) :arrow_up:
client/components/edit/TimeGroup.jsx 100% <100%> (+5.26%) :arrow_up:
client/components/edit/ActiveDayTimes.jsx 98.52% <100%> (+4.24%) :arrow_up:

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 372fc0f...3720111. Read the comment docs.