add compact album view
In issue https://github.com/xou816/spot/issues/180 I raised the idea that the album layout should change when spot is on a mobile device to make better use of the screen real estate. This also applies to https://github.com/xou816/spot/issues/162
I wanted to give this issue a shot, but unfortunately as a back end focused engineer, I don't have the skills, or time to acquire the skills, to complete this.
I figured I'd push up the layout changes that I made so that someone else could use them as a starting place.
Changes
- Adds album_compact.ui
- Changes in album.rs to make the size of the album art work better on mobile. (These values are hard-coded and should be changed based off of the width of the window)
If anyone does pick this up, I'd love to be tagged in your PR so I can hopefully learn a bit more and perhaps make more substantial contributions in the future. Thanks!
Hi! Thanks for taking the time to do this :) this might help to kickstart things indeed!