Is your feature request related to a problem?
hello, this app is great and very lightweight
I found some customary problems when using it:
the library cannot remember the selected sorting method, even temporarily;
reading preferences cannot be remembered, such as the padding alignment of pictures.
Describe the solution you'd like
I think it is possible to remember the currently selected sorting scheme and reading preference in the browser's local storage, while remembering the current screen ratio, example:
{
"hash(library name)": {
"<screen_radio>": {
"sort": {"filed": "create_at", "dsc": true},
"view": {"preferences key": "value"}
}
}
}
Describe alternatives you've considered
No response
Where would this feature be implemented?
Additional context
No response
Is your feature request related to a problem?
hello, this app is great and very lightweight
I found some customary problems when using it:
the library cannot remember the selected sorting method, even temporarily;
reading preferences cannot be remembered, such as the padding alignment of pictures.
Describe the solution you'd like
I think it is possible to remember the currently selected sorting scheme and reading preference in the browser's local storage, while remembering the current screen ratio, example:
{ "hash(library name)": { "<screen_radio>": { "sort": {"filed": "create_at", "dsc": true}, "view": {"preferences key": "value"} } } }Describe alternatives you've considered
No response
Where would this feature be implemented?
Additional context
No response