-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display date/time for last files synced. #89
base: master
Are you sure you want to change the base?
Conversation
Shows time if file synced today, else date for older logs.
Hi Andrew,
|
Mmm, I think our UX guy will put his veto on that. We tried to keep all that as simple as possible. But I understand the need, what about using a tooltip that displays when your mouse flies over files? Also we could use the relativeDate we already use elsewhere to say "moments ago", "2 days ago", etc.. |
I think the best solution is to combine Moment.js relative 'time from now' method with a tooltip to see the exact date/time. |
While I understand your position in keeping things as as natural language as possible, when it comes to my valuable data, and knowing for certain if it's synced correctly as I'm leaving the office to go on-site etc, I want certainty if/when it happened and something as arbitrary as 'moments ago' is too indeterminate. Perhaps a setting to switch date/time display from natural to exact, with natural as the default? I had originally thought a tooltip would be good too, although if it's going to display a full timestamp immediately on hover it's likely to look pretty ugly itself depending on where it's anchored. It also adds extra steps/gestures to get the time information, which I consider a crucial part of any kind of logging readout. |
Maybe on the right side of "Last Files Sync", we could simply add a "More Info" button, that would switch a display of the sync time, what do you think? I would in that case put that in a second line for each file, as adding column will not be very handy for long file names. We could also display the folder of each file, as here we only display the base name. |
There has been a number of times I've wanted to double check the pydio ui to see if files have synced correctly, opened the recent files drop down, and still not known for sure whether the files listed were synced right now, or a couple of days ago.
This PR adds a date/time column to that list for each file.
It shows the time if the file synced today, else the date for older log entries.