Factors out the following components to make Main less of a monolith
BackingUpLibraryDialog
BackupConfirmationDialog
ConfirmDedupingDialog
DedupingProgressDialog
ImportProgressDialog
AlbumArt
ImportNewSongsButton
SearchBar
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.
This PR
Factors out the following components to make
Main
less of a monolithAlso 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.