aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/test_files_sorting.py
Commit message (Collapse)AuthorAgeFilesLines
* fix(hub): the Files listing sorts its folders by the chosen column tooChristophe Besson10 days1-0/+84
Folders were always ordered by name, whatever the column and direction, so reversing the name sort or sorting by size moved only the files. A folder's size is what it holds and its date its newest file; ties go to the name. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>