xbmc / elm-chorus

A web interface for Kodi/XBMC written in Elm
GNU General Public License v2.0
21 stars 19 forks source link

implemented filter functionality for albums page #137

Closed developingright closed 2 years ago

developingright commented 2 years ago

Hi @razzeee, I have implemented the filter functionality for the albums page. Please let me know if any changes are required.

filter2

developingright commented 2 years ago

Hi @razzeee, I have camelCased the names of the function. I used snake case names for the functions earlier because in some places I thought it was more readable when written in that manner.