nextcloud/apps/files/tests/js
Vincent Petry f6586f6bdf Fixed file sorting to work with scrolling
The FileList.files model is now updated with file operations.
Adding files to the list will add to the model first, then to the DOM.
If the insertion point isn't visible yet, the file won't be added to the
DOM until the user scrolls down.

Updated unit tests to include checking for the correct insertion point.
2014-04-28 14:55:00 +02:00
..
breadcrumbSpec.js Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00
fileUploadSpec.js Added unit tests for "add()" method for file upload 2014-03-06 13:53:34 +01:00
fileactionsSpec.js Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00
filelistSpec.js Fixed file sorting to work with scrolling 2014-04-28 14:55:00 +02:00
filesSpec.js Fix file selection for infinite scrolling 2014-04-28 14:55:00 +02:00
filesummarySpec.js Fix file summary to use the whole file list 2014-04-28 14:49:39 +02:00