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

Implemented marquee text for album titles, descriptions and artist names #47

Merged
merged 3 commits into from
Apr 1, 2022

Conversation

SteliosPapamichail
Copy link
Contributor

This pull request solves issue #15 by implementing automatically scrollable (marquee) text for the album titles, descriptions and artist names. The marquee text is used only when the text exceeds a certain threshold of character length, otherwise a static Text widget is used instead to create a pleasant UI/UX. The changes can be easily observed in the "Browse", "Playlists", "Album" or any other relevant page where a long album name/description or artist name is present.

…s to the marquee effect in the PlayButtonCard as well
… and also used it for the PlayButtonCards in the Browse page
@KRTirtho KRTirtho self-requested a review April 1, 2022 03:42
@KRTirtho
Copy link
Owner

KRTirtho commented Apr 1, 2022

That is awesome. Everything seems to work fine & the Album/Playlist cards look amazing
Thanks for your Contribution

@KRTirtho KRTirtho merged commit 6111e8c into KRTirtho:master Apr 1, 2022
@KRTirtho KRTirtho linked an issue Apr 1, 2022 that may be closed by this pull request
@SteliosPapamichail
Copy link
Contributor Author

That is awesome. Everything seems to work fine & the Album/Playlist cards look amazing
Thanks for your Contribution

Awesome! Glad to hear you like it as well 🥳 I'll post an issue regarding the user playlist image size next and see if I can fix that 🎉

@RaymanXll RaymanXll mentioned this pull request Apr 5, 2024
2 tasks
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 this pull request may close these issues.

AlbumCard size problem
2 participants