laravel-log-viewer icon indicating copy to clipboard operation
laravel-log-viewer copied to clipboard

Left hand file name panel sorting broken

Open krismanning opened this issue 3 years ago • 2 comments

After upgrading to the latest version I noticed that the list of log files on the left that has previously been sorted by filename were now seemingly random (or being sorted by some other parameter)

is there a way to make this go back to sorting by filename please?

many thanks,

kris

krismanning avatar Feb 21 '22 08:02 krismanning

Seems to be since https://github.com/rap2hpoutre/laravel-log-viewer/pull/209 RecursiveDirectoryIterator doesn't sort by anything. Interestingly on Windows the files are sorted by name. On Ubuntu they are sorted by random (it seems)

denniskrol avatar Mar 17 '22 04:03 denniskrol

Thank you @denniskrol ! Available in v2.2.0 (see #268)

rap2hpoutre avatar Apr 06 '22 15:04 rap2hpoutre