Skip to content

Carry over ft query param while navigating #174

Description

@jwicks31

Would be nice for the ft query param to carry over while navigating the site.

Example:

I'm in http://localhost:3001/?ft=nav-buttons,footer,register,auth
I click on the Sign Up button
I'd like to be taken to http://localhost:3001/register?ft=nav-buttons,footer,register,auth
I'm instead directed to http://localhost:3001/register, which shows nothing at the moment

Labeling this as testing because that's where I'd use it, personally.

Implementation
I'm guessing the simplest option would be to use localstorage as the single source of truth for the value of ft, updating only it if ft is present.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions