Skip to content

URL Bar with path and query parameters #5127

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

Open
2 tasks
kof opened this issue Apr 16, 2025 · 1 comment
Open
2 tasks

URL Bar with path and query parameters #5127

kof opened this issue Apr 16, 2025 · 1 comment
Labels
complexity:high Multiple weeks of work or more prio:1 The most important thing to work on type:feat Features and enhancements

Comments

@kof
Copy link
Member

kof commented Apr 16, 2025

As a designer, I want to be able to try different query parameters that I need to bind. Currently there is no easy way to add them to the system variable.

We have a UI for testing path on dynamic pages, but technically this UI shouldn't be limited to dynamic pages only, it should be on any page because of query parameters testing.

Image

Todo

  • Add query parameters to the current url bar
  • Find a new icon and a new place to open the URL bar on any page, dynamic or static path
@kof kof added type:feat Features and enhancements complexity:high Multiple weeks of work or more prio:1 The most important thing to work on labels Apr 16, 2025
@kof
Copy link
Member Author

kof commented Apr 16, 2025

A workaround to get the search/query params into the system variable in the builder is to create a link with ?myparam=value and click on it in preview mode, after that that param will be in system.

Same thing works with a Form component and using an input with name/value or eve adding a name/value properties to a submit button, then opening preview and submitting the form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:high Multiple weeks of work or more prio:1 The most important thing to work on type:feat Features and enhancements
Projects
None yet
Development

No branches or pull requests

1 participant