llaske / sugarizer-server

Sugarizer Server allow deployment of Sugarizer on a local server, for example on a school server.
Apache License 2.0
42 stars 92 forks source link

Activity list doesn't scroll while reordering, causes multiple server calls. #235

Closed dhruvmisra closed 4 years ago

dhruvmisra commented 4 years ago

The activity list in the Dashboard does not scroll up/down while reordering activities. This leads to multiple drag-and-drops to reorder single activity and each drop causes a POST request to update the list on the server. Also, there is an unnecessary POST request even when the list order hasn't changed.

dragScrollIssue

llaske commented 4 years ago

Fixed in https://github.com/llaske/sugarizer-server/pull/236