sergiop / react-giphy-searchbox

Responsive and customizable search and select for Giphy's GIFs and Stickers.
https://sergiop.github.io/react-giphy-searchbox/
MIT License
48 stars 19 forks source link

Remove CSS Modules and manage styles with a custom css-in-js solution. #47

Closed sergiop closed 3 years ago

sergiop commented 3 years ago

Closes https://github.com/sergiop/react-giphy-searchbox/issues/45

codecov[bot] commented 3 years ago

Codecov Report

Merging #47 (6470752) into master (beca4f0) will decrease coverage by 3.12%. The diff coverage is 87.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #47      +/-   ##
==========================================
- Coverage   98.19%   95.07%   -3.13%     
==========================================
  Files          13       21       +8     
  Lines         111      142      +31     
==========================================
+ Hits          109      135      +26     
- Misses          2        7       +5     
Impacted Files Coverage Δ
src/style/useStyle.js 68.75% <68.75%> (ø)
src/components/Alert/Alert.js 100.00% <100.00%> (ø)
src/components/Alert/alertStyles.js 100.00% <100.00%> (ø)
src/components/ImageItem/ImageItem.js 87.50% <100.00%> (+1.78%) :arrow_up:
src/components/ImageItem/imageItemStyles.js 100.00% <100.00%> (ø)
src/components/PoweredByGiphy/PoweredByGiphy.js 100.00% <100.00%> (ø)
.../components/PoweredByGiphy/poweredByGiphyStyles.js 100.00% <100.00%> (ø)
src/components/SearchForm/SearchForm.js 100.00% <100.00%> (ø)
src/components/SearchForm/searchFormStyles.js 100.00% <100.00%> (ø)
src/components/Spinner/Spinner.js 100.00% <100.00%> (ø)
... and 12 more

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 beca4f0...6470752. Read the comment docs.