How do I display file/folder dates and sizes? #533
-
|
I must be missing something. I can't find a setting to enable file/folder dates and sizes in the file browser when looking at the contents of a snapshot. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You're not missing anything — file sizes are displayed, but file dates are not currently shown in the snapshot browser UI. The backend API does return date metadata (modification time, access time, etc.), but the UI doesn't render it yet. There's no setting to enable this; it would require a code change. This sounds like a reasonable feature request if you'd like to open one! The data is already available, so it should be relatively straightforward to add. cc @nicotsx Written by @dosu, approved by nicotsx To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
You're not missing anything — file sizes are displayed, but file dates are not currently shown in the snapshot browser UI.
The backend API does return date metadata (modification time, access time, etc.), but the UI doesn't render it yet. There's no setting to enable this; it would require a code change.
This sounds like a reasonable feature request if you'd like to open one! The data is already available, so it should be relatively straightforward to add. cc @nicotsx
Written by @dosu, approved by nicotsx
To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other