Skip to content

[FEATURE] Remember browsing preferences (sorting/image alignment) in the browser #1263

Description

@qinghon

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?

  • Web App
  • Mobile App
  • Server
  • Documentation

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions