Arjun

Results 66 comments of Arjun

Dedicated `Move to Home` button? If you click the move button in your screenshot that would move it to home. Since home is the current folder you're viewing.

On the roadmap for the upcoming ~6 months, was discussed internally. Dead simple daemon to simply sync files to target directories.

Could you validate this on the latest release? I changed date format handling in https://github.com/frappe/drive/commit/429b9b5136139c214d2c62092a80a80934163044 If the issue still persists, attach a screenshot.

> why Created time is later Modified time? We can check `modified date` from the file, but [browsers don't support checking`created date`](https://developer.mozilla.org/en-US/docs/Web/API/File_API). So "Created" here is whenever you uploaded the...

I didn't change the 'created date' text, but the timezone should have been converted from the server's to the client's. ref: https://github.com/frappe/drive/commit/a5251ae562077a0f0757f047682768d985719426 Can you share a screenshot again?

The time under the file itself is the `last modified` date. It's just shown in relative time, and that matches up with the `last modified` date time to the right....