-
I really liked the package, @opcodesio thank you very much for the work done! But why is there no alphabetical sorting of files similar to sorting directories? Are there any plans to implement this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @yakoffka We have the ability to order FOLDERS alphabetically: https://github.com/opcodesio/log-viewer/blob/main/config/log-viewer.php#L286 It might be fairly easy to also apply this to files too. I'm a bit overwhelmed this month, but if you're eager - feel free to submit a PR ;) |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your reply. I will try to make PR |
Beta Was this translation helpful? Give feedback.
-
Hello, @arukompas. I created PR #472 |
Beta Was this translation helpful? Give feedback.
Hey @yakoffka
We have the ability to order FOLDERS alphabetically: https://github.com/opcodesio/log-viewer/blob/main/config/log-viewer.php#L286
It might be fairly easy to also apply this to files too. I'm a bit overwhelmed this month, but if you're eager - feel free to submit a PR ;)