Skip to content

Conversation

@PythonGermany
Copy link
Contributor

@PythonGermany PythonGermany commented Dec 7, 2025

Summary

It might be a useful useful feature to set the search, sort and filter options as query parameters so that links with pinned values for those options are shareable across users.

This could enable valuable use cases and could be further enhanced with #1403

I propose the functionality should work like this for sort and group settings:

  • Only update local storage if setting is changed via the UI (if query parameter value is different than stored value on page load it should not be written to browser storage)
  • Push query parameter router update if setting was changed via the UI (this will make the current setting easily sharable via links)
    • If value of query parameter changes without page reload make sure new filter setting is applied to site in order to keep visible site filtering and query values consistent

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

@github-actions github-actions bot added feature New feature or request area/ui Related to the user interface labels Dec 7, 2025
@PythonGermany PythonGermany force-pushed the add-home-view-query-parameters branch 5 times, most recently from a8c0451 to 26d3fe2 Compare December 7, 2025 04:10
@PythonGermany PythonGermany force-pushed the add-home-view-query-parameters branch from 26d3fe2 to 1ca7660 Compare December 7, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ui Related to the user interface feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant