johnnyshankman / hihat

A free & minimalist offline music player for OSX audiophiles :: Based on iTunes circa 2002
MIT License
10 stars 0 forks source link

Factor out components from Main to lighten its LoC #27

Closed johnnyshankman closed 1 month ago

johnnyshankman commented 1 month ago

This PR

Factors out the following components to make Main less of a monolith

Also move all logic pertaining to resizing the library list into the library list itself, that way Main isn't doing the heavy lifting on that -- it just passes in the current height and width.