-
Notifications
You must be signed in to change notification settings - Fork 97
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
[Issue #235 fix] Fixed scroll on reordering activities #236
Conversation
@NikhilM98 Fixed the problem in my latest commit. Please review. |
Can you run |
@NikhilM98 Something weird, the file had correct indentation on my IDE but messed some of it after the push. Fixed it nevertheless. |
|
@NikhilM98 Made the required changes. |
There are too many unnecessary changes in |
That was the result of linting the file. All the indentations and spaces were reset which are showing up as new changes on git. The only changes I made were in |
Yes, spaces were added in the whole file and those changes are unnecessary. |
@NikhilM98 Removed the unnecessary spaces. |
Nice. Thanks. |
Fixes #235
Removed the jquery-sortable dependency and handling the sorting and drag-and-drops using the already existing jquery-ui dependency. Calling the updateActivities() function only when the list has been updated reducing the unnecessary server calls. Also added a smooth animation while reordering.