psolom / RichFilemanager

An open-source file manager. Up-to-date for PHP, Java, ASHX, ASP, NodeJs & Python 3 Flask. Contributions are welcome!
http://fm.devale.pro
905 stars 251 forks source link

Provide visual feedback on ajax #374

Open npirlot opened 5 years ago

npirlot commented 5 years ago

In raising this issue, I confirm the following (please check boxes):

I use the following server-side connector (check one):

My familiarity with the project is as follows (check one):


Would it be possible to add visual feedback, or provide optional callbacks on ajax requests to be able to show the page is working? At the moment, clicking a node in directories tree or a folder in files list does not provide any visual feedback to the user that the page is working.

I worked around it by adding callbacks to $(document).ajaxSend(...) and $(document).ajaxComplete(...), but it would be preferable to provide this as part of your Javascript script.

Thanks