CloudExplorer2
CloudExplorer2 copied to clipboard
Manage your users' cloud services from your application
For now the image banks show a fixed number of results It would be nice to load more photos when the user scrolls down * [ ] add a page...
When a file (or even a folder?) is selected, it should be possible to display details about the file, such as weight, dates and type... And most important a preview....
Right now when you try to login to ftp and give the wrong login or pass, the error is displayed as JSON There should be a page to display auth...
We should cleanup the code to remove linter warnings, i.e. do `npm run lint` and fix the warnings
Many clickable zone do not have a `cursor: pointer;` style Probably many other UI/UX mistakes in CE2 (every time the user click, something should happen immediately...)
When trying to rename a folder I hit `Enter` key and this `cd` into the folder, not renaming it. The behavior of `Enter` should be the same as when creating...
It would be very helpful to let the user mark some folders as favorite or to memorize the "recent places" i.e. the folders in which the user has opened files...
When the user uses the keyboard arrows to move the selection, if the selection is on a file or folder which is not visible, the view should scroll so that...
When the user has to select a folder: if there is no selection then enter should select the current folder (otherwise, if there is a selection it enters the selected...
When the user "save as" a file, he/she is asked a name, and when the chosen name is already in the file list, a "are you sure?" dialog should ask...