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

User playlists #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

mukkachaitanya
Copy link
Member

Implemented User playlists. Some more changes necessary for signup and user management. Please try the patch and follow up for any bugs or required changes.

@mukkachaitanya
Copy link
Member Author

mukkachaitanya commented Apr 9, 2017

Signup doesn't work properly. Run this code in the dev-console once the page loads and then create account

$('.message a').click(function() {
              $('form').animate({
                  height: "toggle",
                  opacity: "toggle"
              }, "slow");
          });
      });

Then redirect manually to /login to login.
I am working to fix this.

@SebastinSanty SebastinSanty removed the WIP label Sep 4, 2017
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.

None yet

3 participants