peguerosdc / subplayer

A music player frontend compatible with Subsonic backends
https://subplayer.netlify.app/
GNU General Public License v3.0
87 stars 12 forks source link

Albums enhancement #32

Closed peguerosdc closed 4 years ago

peguerosdc commented 4 years ago

NOTE: the Album's view only provides what the Subsonic API has available. That is, no sorting and no way of knowing how many items or pages are left in each query.

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will decrease coverage by 0.38%. The diff coverage is 85.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   88.98%   88.60%   -0.39%     
==========================================
  Files          68       70       +2     
  Lines        1135     1246     +111     
  Branches      188      202      +14     
==========================================
+ Hits         1010     1104      +94     
- Misses        104      120      +16     
- Partials       21       22       +1     
Impacted Files Coverage Δ
src/App.js 92.30% <ø> (ø)
src/components/Navbar/Navbar.js 63.63% <ø> (ø)
.../components/RecentlyAddedView/RecentlyAddedView.js 72.22% <0.00%> (ø)
src/components/Sidebar/Sidebar.js 83.33% <ø> (ø)
src/redux/reducers/albumsReducer.js 90.00% <66.66%> (-10.00%) :arrow_down:
src/api/subsonicApi.js 95.45% <77.77%> (-2.88%) :arrow_down:
src/components/Album/Album.js 88.88% <80.00%> (-11.12%) :arrow_down:
...rc/components/AlbumsListFilter/AlbumsListFilter.js 80.00% <80.00%> (ø)
src/redux/actions/albumActions.js 89.74% <86.66%> (-10.26%) :arrow_down:
src/components/AlbumsList/AlbumsList.js 96.00% <96.00%> (ø)
... and 6 more