-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
AlbumCard size problem #15
Comments
Actually, it's not a bug rather a design decision😅 AlbumCard displays the album name & the artists with it. The length of those text can be anything & the card will grow to cover that text. But if I use fixed dimensions (e.g. But if you find any better solution for it, please suggest, if possible create a PR with that implementation. I'll review it & approve accordingly😃 |
As far as I can see, the basic design is just for small band names and small album titles. We might be able to update those field heights for two lines so that long and small titles preserve design standards. |
That works but it'd make the I think the best solution will if the smaller |
@KRTirtho Can't the song/album name(s) support auto-scrolling? That would fix the inconsistency since you can decide on letting the text overflow after a maximum of 1(or N) lines and then have it scroll horizontally, automatically and then looping back again. If that fits the look and feel of this project I'd be glad to take a look at implementing it. |
You mean Marquee text? I guess that's acceptable. Actually it's a great idea. I think pub.dev has a marquee package that does this exact job |
Yup, I had forgotten the technical name for it. I can take a look at implementing it into the existing codebase If that's alright with you :) This package seems to be a popular one. |
Wow that'd really great if you manage to that for this project. It'd really help the project. When you're done implementing marquee text just submit a PR. I'll gladly look into it |
Sure thing @KRTirtho I'm already on it! I'd just like some help setting up the secrets for the repository and instructions on how to generate the secrets file that is used in the app from the models package. I saw an issue of someone with the same questions but the answer sadly wasn't sufficient for me to generate the required credentials and the secrets file :) |
I've documented generating secrets locally in the README in here |
Thanks for the link! Sadly, the documentation of the secret-related process is somewhat abstract from my point of view. Here are a couple of questions that arose after reading the README.md:
P.S. In the sample JSON secret fields, you have included the Thank you in advance! Once I've got the whole process figured out, I'll start the implementation! |
Create the
No, The file should look somewhat like this: LYRICS_SECRET=ICBbCiI1ZjdjZjA0My00ZmQyLTQwMmEtOGE4My1iMjc1MmRlZWZlNWIiLAoiN2U3ZDJhOGYtYTZiYi00NGNjLTg2Y2EtMGRhMGRmMjcwNTU0IiwKIjhkZTQxMWVlLWM0NzYtNGU5Ny1hNGZlLTdiMjRhMzk2NDAxNiIsCiJiOTcyNDkzNi0xMjY4LTQ1MzUtOTg2MC0zODE2N2M4N2JjOGIiLAoiNGYzMjQ5NWItY2ZlNC00ODA2LTk4Y2UtZTYyZjhmNWMxZWQ3MWEKICBd
SPOTIFY_SECRET=ICBbCiAgICB7ImNsaWVudElkIjogIjdmN2RmYTcyLWE2OTUtNDUxOC1hZWUyLWQ0NjI1OGRkNTJiYyIsICJjbGllbnRTZWNyZXQiOiAiOTdlZjZmMDctMWE4NC00Zjc0LWEzZDMtYTIyY2I0ODIwMzBhIn0sCiAgICB7ImNsaWVudElkIjogIjVmMmNkMzExLTE5MzgtNDY4Ny05MTA2LWQxYzljYjRmMjhmYSIsICJjbGllbnRTZWNyZXQiOiAiZmY0MWZhZGUtOTIxNS00NjFkLTgyNTQtZTBiNDY5MjA2MTFhIn0KICBd The raw json format before getting base64 encoded,
You've to use
Its just saying if you want to pass more secrets to the Array, you can |
@SteliosPapamichail Did you manage to configure secrets locally? |
Nope, I created the file just like you mentioned but same error with the command. I also had another dev friend try it and they had the same issue. |
I've to find a easier way to create these secrets locally |
Yeah, it would be great if the contributing process was easier and fully documented. If we ever manage to get my case working I'll update the Contributing.md file as well to help others. |
I've made the secret creation process a bit easier & updated the CONTRIBUTION.md too. I guess you can get started now without any problems |
Excellent job with the contribution instructions. This made everything so much easier. I've already submitted my PR for review, so let me know if there are any changes required over on the PR thread! |
Great work @SteliosPapamichail |
Describe the bug
AlbumCard header and detail texts are not fit well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Same width and same height for each AlbumCard.
Screenshots
The text was updated successfully, but these errors were encountered: