Skip to content

[BUG] Page size doesn't persist accross page loads #166

@bbilly1

Description

@bbilly1

Environments

  • Version: v0.9.8
  • OS: Ubuntu
  • Device & Browser: Firefox

Steps To Reproduce

  1. Go to home page, customize the "per page" value
  2. Navigate away from the page, e.g. into a feed detail page
  3. Go back to home page
  4. "per page" value is reset to the default 12 ignoring my configuration

The Current Behavior

Currently there is no persistence on the page size value. That is unexpected, as I expect the application or at least the browser to remember my preference and not force me to repeat the configuration every time I load the page.

The Expected Behavior

Most applications solve that by persisting UI configuration values like that in local storage or cookies. I see that the "theme" value gets persisted in the local storage already. Maybe track userconfig like "page_size" there too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions