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
on the web, hfs is using the file's modified time as the info of the file.
But maybe hfs can use the time added to hfs' VFS for better sorting both on web and local ui to important the new files.
Another thought:
And both VFS window and log window displays left-right horizontal texts.
And if the window is not enough for the text(filename or URL path), then the texts get truncated.
So the VFS window and log window and log box window can use a stacked layout for a better view.
The text was updated successfully, but these errors were encountered:
And the requests dump content actually is redundancy. the most useful may be the User-Agent and Cookie or Referer, the rest of the dump could just go to file if users wanna save them.
Technology explained, there is a %item-added% symbol for showing added time
If you can do HFS templates, you can do by editing template with a text editor, replace all %item-modified% to %item-added%
also %item-modified-dt% to %item-added-dt%
Also, sorting by date-added seems not possible through url parameters, and need done by javascript. (I've not looked deeply)
on the web, hfs is using the file's
modified time
as the info of the file.But maybe hfs can use the time added to hfs' VFS for better sorting both on web and local ui to important the new files.
Another thought:
And both VFS window and log window displays left-right horizontal texts.
And if the window is not enough for the text(filename or URL path), then the texts get truncated.
So the VFS window and log window and log box window can use a stacked layout for a better view.
The text was updated successfully, but these errors were encountered: