Skip to content
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

may use "added time" of hfs instead "modified time" of files on web and ui for sorting? #15

Open
NewUserHa opened this issue Mar 13, 2021 · 2 comments

Comments

@NewUserHa
Copy link

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.

@NewUserHa
Copy link
Author

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.

@NaitLee
Copy link

NaitLee commented Apr 28, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants