You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Probably something like gdrive "file details":
The text was updated successfully, but these errors were encountered:
Adding modDate for date of lst modification
Needed a new class fileDetails to put data in columns /*Files details*/ #cloud-explorer .files .file-list-item div{ width:100%; } #cloud-explorer .files li:hover{ background-color: #676767 } #cloud-explorer .files .file-list-item div:nth-child(1), div:nth-child(2){ width: auto; text-align:left;} #cloud-explorer .files .file-list-item div:nth-child(3), div:nth-child(4){ text-align : right; } #cloud-explorer .files .file-list-item ul{ width: 100%; margin-left: 20px; text-align:right; }
The image details.... a modal window (like my request for ftp login) but with image inside... perhaps.
Hey @jotakar
I did not see this comment before sorry
You should make a PR with that
We probably want to use this for file preview (should be optional because it is complicated to install) https://www.npmjs.com/package/filepreview
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.
Probably something like gdrive "file details":
The text was updated successfully, but these errors were encountered: