Skip to content

UI layout issues due to image proportions and scaling #22

Description

@Userwithaname

Some parts of the interface have layout issues when displaying certain content. Non-square artworks may not display as intended, and rows may expand in height when there is excess vertical space available (which they should not do).

  • Song queue & artist page (ListRow)
    • Rows should have a fixed height (should not resize to fill the available space)
    • The artwork image width should be the same regardless of the aspect ratio
  • Songs page (ItemRow)
    • The artwork image width should be the same regardless of the aspect ratio
  • Albums page (ItemTile)
    • Non-square artworks should have rounded edges, but a rounded square background is displayed instead
  • Album page (AlbumPage)
    • Non-square artworks should have rounded edges, but a rounded square background is displayed instead
  • Main player (MainPlayer)
    • The layout changes based on artwork aspect ratio - maybe this could be kept (so that images still take up as much space as they have available), but spacing could be adjusted so that wide images don't pull the UI towards the center anymore

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions