Mahsa Shadi
Mahsa Shadi
It causes new page list items does not show on the file manager app.
And there is also another question. By having pagination, I think it is better to initially show the total count of directories and files of each directory in **statusbar** (...
> Can you share the code that causes this ? I do not have access right now. I will share it tomorrow 🙏
How about providing number of files and directories of each dir in `stat` response. So we should call `stat` whenever a new mountpoint or directory is selected in app.
These are changes in filemanger application index file (till now): ```js const PAGE_SIZE = 10; /** * Update some state properties when selected directory/file changed */ const updateState = (state)...
> Are you using a custom login box ? If so then I can show you how to implement this No, we are using the default login box. Maybe we...
> Currently, adding a button to the configuration doesn't really do anything I think it is misunderstood, I mean that we did not write an adapter for login page. We...
> Great. If you have some ideas or requirements put them here and I will take it into consideration when I start looking at this. Thanks a lot, I will...
> he _internal client options_ are now sent over to the server... which I feel like should be filtered. I see. As an another example, by opening a _Open Dialog_...
So as I understand, you mean since most filesystems retuen the whole list in an alphabetic order, we can also make sure that every single page is already sorted (even...