menukaonline / goindex-extended

A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
https://demo.dudoo.workers.dev
MIT License
442 stars 252 forks source link

Order list by not working. #38

Closed ZeroCool22 closed 2 years ago

ZeroCool22 commented 2 years ago

Screenshot_7

When I click any of this, it doesn't change the order list.

menukaonline commented 2 years ago

You can set it from here: Line 58

Changing the order from the front end may cause errors even it can be implemented. Suppose one folder contains a number of files that is greater than the value you set to files_list_page_size (Line 69), then it may cause issues. Therefore it is always better to hardcode that option.

And also I have already done several experiments regarding this to check the possibility of changing the order from the front end but couldn't get successful results(when having a number of files greater than the value set to the previously mentioned parameter). However, it is still on the to-do list(the list in the readme is not completed), and will try to do something regarding that later.

ZeroCool22 commented 2 years ago

Alright, thank you for the information!