Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile artist page too cluttered #195

Open
AdrianVovk opened this issue Aug 1, 2024 · 1 comment · May be fixed by #214
Open

Mobile artist page too cluttered #195

AdrianVovk opened this issue Aug 1, 2024 · 1 comment · May be fixed by #214

Comments

@AdrianVovk
Copy link

In the mobile layout, when you first open the artist page this is what you see:

Screenshot from 2024-08-01 19-34-00

The primary thing I want to do when I look up an artist is play some of their music. That makes the Shuffle button, Radio button (probably? never used it before), and list of music the most important content on the page. The artist's picture, and especially the description, is a lot less useful

The official YTM app on Android has a section at the bottom of the page titled About, where the description of the artist goes.

Some tweaks I made with GTK inspector, to show what it could look like:

  • Made the avatar size 180 instead of 240
  • Hid the empty/invisible "subtitle" widget
  • Hid the description
  • Made the subscribe button a normal flat button. Not an outlined pill

Screenshot from 2024-08-01 19-43-24

@vixalien
Copy link
Owner

It maybe be important to note that the widget is used both on artist pages and on playlist pages. While destructuring is possible, it may be better to recommend alternative UI that will benefit both the artist and playlist pages.

@vixalien vixalien linked a pull request Oct 11, 2024 that will close this issue
@vixalien vixalien linked a pull request Oct 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants