-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add search params list to resource UI #5384
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
Conversation
Ref #3691 Editing search params separately from url can improve experience working with external CMS or databases like baserow.
I can imagine having autocompletion for standard header names would be very helpful |
Same as resource variable
Can be deceiving for user. URL is also an actual input. Dunno why put there. |
Not sure what you mean, its now in the middle but it should be next to the settings panel |
What's a little off is that the panel is so small and sits in the middle of the screen, we could potentially solve this by showing the data preview always, so its always not small |
Ref #3691
Editing search params separately from url can improve experience working with external CMS or databases like baserow.
Also made headers list more compact and aligned with search params.
Validation is simplified, empty pairs will be just ignored without blocking user with validation errors.
search-params.mp4