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

🐛 Persist filters in URL for applications table #2033

Merged
merged 1 commit into from
Jul 31, 2024

Commits on Jul 30, 2024

  1. Persist filters in URL for applications table

    Initial filter values work best if the table is not persisting state
    between reloads (default strategy, component state). If the table uses
    session or local storage then any existing filter overwrites the default
    value. From the end user perspective the functionality works only on first
    load with a clean browser (no previous state).
    
    Switching to URL filter persistence provides the same functionality and
    ensures we have only one source of filters.
    
    Signed-off-by: Radoslaw Szwajkowski <[email protected]>
    rszwajko committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    940be7f View commit details
    Browse the repository at this point in the history