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

Fixes for Issue #4 #7

Merged
merged 4 commits into from
Apr 17, 2017
Merged

Fixes for Issue #4 #7

merged 4 commits into from
Apr 17, 2017

Conversation

PaulTFreedman
Copy link
Contributor

I've attempted to implement the requested features here. Note that as part of my troubleshooting process I changed onto Bootstrap v4 - I think this was probably not necessary in the end but figured I might as well leave it on the newer version.

@shahzeb1
Copy link
Owner

Awesome job! 👍

Some feedback:

image
I'm not too familiar with Bootstrap v4 and since it seems to be in alpha, I didn't commit to using it. As the image shows, there seems to be be a breakpoint where the grid seems to break. If you can fix this grid breaking issue, then I'll go ahead and merge it!

Great job overall!

@shahzeb1
Copy link
Owner

What it currently looks like at that particular breakpoint:

image

mySC.js Outdated
var song = 'https://soundcloud.com/chancetherapper/acid-rain-1';
playSC(song, false); // false = don't autoPlay, true = autoPlay
getSCinfo(song);
var song1 = 'https://soundcloud.com/chancetherapper/acid-rain-1';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's have a "song" array, and then loop through it.

mySC.js Outdated
playSC(song1, false); // false = don't autoPlay, true = autoPlay

getSCinfo(song1, 'thumbnail', true, true);
getSCinfo(song2, 'smallThumb1');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Loop through these lines where the stop conditional is the number of items in our song array.

@PaulTFreedman
Copy link
Contributor Author

@shahzeb1 I've made those changes, how does it look now? I also changed the cursor used when you hover over the extra artwork and the buttons but can easily revert if you'd rather not have that.

@shahzeb1 shahzeb1 merged commit 6e21af4 into shahzeb1:master Apr 17, 2017
@shahzeb1
Copy link
Owner

Awesome! Merged.

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.

2 participants