Skip to content

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.

3 participants