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

improved macro node #162

Merged
merged 23 commits into from
Oct 4, 2024
Merged

improved macro node #162

merged 23 commits into from
Oct 4, 2024

Conversation

GabiGrin
Copy link
Contributor

@GabiGrin GabiGrin commented Sep 29, 2024

This PR enhances most stdlib macro nodes with the ability to expose dynamic values from within certain fields.
For example, before this change, if one wanted to make an HTTP request to a partially-dynamic URL (i.e https://exame.com/?name={{name}} - the URL field had to be set as "dynamic", and a new expression node was needed to build the URL.
Now, you can just expose the dynamic variable from within the field itself:

Screen.Recording.2024-10-04.at.22.14.41.mov

This PR also includes utilities do create such "improved" macro nodes faster, and many other cleanups related to this effort

Copy link

vercel bot commented Sep 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flyde-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 7:05pm

@GabiGrin GabiGrin merged commit e7952ae into main Oct 4, 2024
3 checks passed
@GabiGrin GabiGrin deleted the improved-macro-node branch October 4, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant