-
Notifications
You must be signed in to change notification settings - Fork 249
Podcast UI improvements #635
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
Conversation
What is needed now is to make it so that the description is properly displayed, this will be easy once #630 is merged. I also should add the ability to follow/unfollow and then copy link. Other features that I actually want to implement while thinking about it: The skip controls should turn into skip by say 10s, then the control button for shuffle or replay should go away, and be replaced by a sleep timer and and the lyrics button should be hidden. |
This makes the height of the description consistent with the artist image (in most cases). It also removes the redundant strings on the stats number and hides any stats if they are non-existent. --------- Co-authored-by: Samuel Oldham <so9010>
Hmm I think this if good for now! @jacksongoode could you have a quick look through this pr for me! |
Ah yes makes sense, I think I just need to add padding to the image which I don't think it currently has! I'll do this when I can :) |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also added total episodes and cleaned up a little!
Lovely, thank you! Can I merge it now? |
Of course, all good! |
This takes a lot of elements from the home page. Also intending to add detail widget at the top of the show list!