emberobserver / client

http://emberobserver.com/
124 stars 65 forks source link

Convert <AddonDetails/> into a template-only Glimmer component #199

Closed pgengler closed 3 years ago

pgengler commented 3 years ago

Convert the <AddonDetails /> component to be a template-only Glimmer component. This was an easy one since there was nothing actually happening on the backing class (other than the argument reflection).

codecov[bot] commented 3 years ago

Codecov Report

Merging #199 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
- Coverage   81.03%   81.01%   -0.02%     
==========================================
  Files         136      135       -1     
  Lines         970      969       -1     
==========================================
- Hits          786      785       -1     
  Misses        184      184              

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 2dd95a1...2e6c9d1. Read the comment docs.