favesound-redux icon indicating copy to clipboard operation
favesound-redux copied to clipboard

๐ŸŽถ A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.

Results 20 favesound-redux issues
Sort by recently updated
recently updated
newest added

This leaves me unable to press play, because the bottom controls do not show until something is played. ![screenshot 2017-12-29_05-22-41](https://user-images.githubusercontent.com/4912935/34429445-6c95938c-ec58-11e7-9dd9-a0362ea82e9a.png)

Check if the current token is valid every time user refreshes the page. If it is, fetch user information and log the user in. If it is not, log the...

If I hit the refresh button, or close and re-open the page, I get signed out. I saw issue https://github.com/rwieruch/favesound-redux/issues/44 which might be related, but if this was intentional I...

- [ ] Tags are useful when you have several genres in your feed and you want to know which track is which. - [ ] Being able to filter...

I noticed that navigating to `http://www.favesound.de/browse/FOO` gives me tracks related to FOO (I'm guessing using FOO as a keyword with the SoundCloud search API). This is super useful, so it's...

Say I filter my feed by something (text or mix/track) and few (or no) results come up. If there aren't enough results to fill the current screen and create a...

It is a good practice for media sites to open links in a new tab/windows (using `target=โ€œ_blankโ€`, preferably with `rel="noopener"` for better security and performance) as to not interrupt currently...

First Time Contribution

It would be very useful to be able to filter by tracks that can be downloaded. Personally I'm downloading mixes to listen in my car, so that's key information to...

In the age of "HTTPS everywhere" it is highly recommended, especially considering OAuth tokens are involved. There are two free options to achieve this: 1. Serve off CloudFlare and enable...

Hi guys, I tried to run the app locally, after I clone the git repo, the 'npm install' worked just fine but when I ran 'npm start' I got the...

bug